This website requires JavaScript.
Explore
Help
Sign In
internship
/
Docker-FundamentalsContainerBasic-Adel
Watch
11
Star
0
Fork
You've already forked Docker-FundamentalsContainerBasic-Adel
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
Docker-FundamentalsContaine...
/
python
/
app.py
9 lines
110 B
Python
Raw
Permalink
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