update file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-07-10 12:54:22 +08:00
parent e86cd394c5
commit 5b6090e88d
6 changed files with 36 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
FROM python:3.11
#WORKDIR /app
WORKDIR /app
# CMD ["python3", "test.py"]
RUN python3 -m pip install -i https://mirrors.cloud.tencent.com/pypi/simple --trusted-host=mirrors.cloud.tencent.com -r requirements.txt
CMD ["python3", "app.py"]