This website requires JavaScript.
Explore
Help
Sign In
nora
/
codepage
Watch
1
Star
0
Fork
You've already forked codepage
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
42860188c6
codepage
/
webserver
/
Dockerfile
5 lines
82 B
Docker
Raw
Blame
History
FROM
python:3
RUN
pip install -U Flask
ADD
hello.py ./
CMD
[
"python"
,
"hello.py"
]
Reference in New Issue
View Git Blame
Copy Permalink