This website works better with JavaScript
Home
Explore
Help
Sign In
bernie
/
nach-und-nach
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
31f9090820
Branches
Tags
master
nach-und-nach
/
Dockerfile
Dockerfile
100 B
History
Raw
1
2
3
4
FROM docker.io/python:3.9.5
RUN pip install flask==1.1.2
COPY . /src/
CMD ["python", "/src/app.py"]