py_test/Dockerfile
2025-10-29 15:49:35 -03:00

4 lines
No EOL
72 B
Docker

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