This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
bernie
/
nach-und-nach
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
31f9090820
Ramos
Etiquetas
master
nach-und-nach
/
Dockerfile
Dockerfile
100 B
Histórico
Em bruto
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"]