BryantHe
2e7766631f
Some checks reported errors
continuous-integration/drone/push Build encountered an error
5 lines
58 B
Docker
5 lines
58 B
Docker
FROM python:3.11
|
|
|
|
WORKDIR /app
|
|
|
|
CMD ["python3", "test.py"] |