4 lines
No EOL
72 B
Docker
4 lines
No EOL
72 B
Docker
FROM python:3.13-slim
|
|
WORKDIR /app
|
|
COPY . /app
|
|
CMD ["python", "test.py"] |