Files
todo/Dockerfile
T
Bryant 2e7766631f
continuous-integration/drone/push Build encountered an error
update doc
2023-07-09 02:26:34 +08:00

5 lines
58 B
Docker

FROM python:3.11
WORKDIR /app
CMD ["python3", "test.py"]