update doc
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-07-09 02:26:34 +08:00
parent 023e36b052
commit 2e7766631f
5 changed files with 205 additions and 11 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM python:3.11
WORKDIR /app
CMD ["python3", "test.py"]