py_test/Dockerfile
2025-10-29 15:40:52 -03:00

4 lines
No EOL
73 B
Docker

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