This website requires JavaScript.
Explore
Help
Sign In
Bryant
/
todo
Watch
1
Star
0
Fork
You've already forked todo
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2e7766631f
todo
/
Dockerfile
5 lines
58 B
Docker
Raw
Blame
History
FROM
python:3.11
WORKDIR
/app
CMD
[
"python3"
,
"test.py"
]
Reference in New Issue
View Git Blame
Copy Permalink