This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
cecf
/
deploy
Urmărește
5
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
e4538f3d9b
Ramuri
Etichete
master
deploy
/
rook
/
tests
/
scripts
/
pythonwebserver
/
Dockerfile
Dockerfile
73 B
Istoric
Crud
1
2
3
4
FROM python:3
ADD server.py /
EXPOSE 8080
CMD [ "python", "./server.py"]