This website requires JavaScript.
Explore
Help
Sign In
internship
/
Docker-FundamentalsContainerBasic-Syifa
Watch
11
Star
0
Fork
You've already forked Docker-FundamentalsContainerBasic-Syifa
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e6ff4fbae
Docker-FundamentalsContaine...
/
python
/
app.py
8 lines
109 B
Python
Raw
Blame
History
# app.py
import
time
print
(
"
Starting loop...
"
)
while
True
:
print
(
"
App is running...
"
)
time
.
sleep
(
5
)
Reference in New Issue
View Git Blame
Copy Permalink