server-murder/client/Dockerfile
2024-12-10 11:33:07 +01:00

5 lines
68 B
Docker

FROM python:alphine
WORKDIR /app
COPY . .
CMD ["python3","app.py"]