This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
bernie
/
nach-und-nach
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
31f9090820
Branches
Tags
master
nach-und-nach
/
Dockerfile
Dockerfile
100 B
Historique
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"]