This commit is contained in:
@@ -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"]
|
Reference in New Issue
Block a user