todo/Dockerfile

5 lines
58 B
Docker
Raw Normal View History

2023-07-09 02:26:34 +08:00
FROM python:3.11
WORKDIR /app
CMD ["python3", "test.py"]