Commit 184404d1 by xuxingxing

tmpcode

parent 4f0eab6c
Showing with 1 additions and 2 deletions
......@@ -2,8 +2,7 @@ FROM python:3.11.4-slim
RUN rm -rf /admin/app/*
COPY . /admin/app
RUN mkdir -p /admin/logs/ \
&& pip3 install -r requirements.txt
RUN pip3 install -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