Commit 477d68ca by xuxingxing

tmpcode

parent 184404d1
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ FROM python:3.11.4-slim
RUN rm -rf /admin/app/*
COPY . /admin/app
RUN pip3 install -r /admin/app/requirements.txt
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /admin/app/requirements.txt
CMD ["python3", "/admin/app/app.py" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment