Files
2025-11-13 22:46:11 +03:00

9 lines
78 B
Plaintext

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