This website requires JavaScript.
Explore
Help
Sign In
syifa
/
Docker-DockerFundamentals-ContainerBasics
Watch
1
Star
0
Fork
You've already forked Docker-DockerFundamentals-ContainerBasics
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e6ff4fbae
Docker-DockerFundamentals-C...
/
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