test/DockerFile
Pierre-arthur 29efa00532 test
2025-03-06 18:24:12 +01:00

8 lines
74 B
Plaintext

FROM python:3.9-slim
WORKDIR /app
COPY . /app
CMD ["python", "app.py"]