test/Dockerfile
Pierre-arthur aabaf724f8 test
2025-03-06 18:27:41 +01:00

8 lines
74 B
Docker

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