Commit ee1970ed by xuxingxing

tmpcode

parent 67f5ee4b
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /admin/app/requi ...@@ -13,7 +13,7 @@ RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /admin/app/requi
EXPOSE 5001 EXPOSE 5001
#CMD ["python3","/admin/app/app.py"] #CMD ["python3","/admin/app/app.py"]
CMD ["/bin/sh", "-c", "python3 /admin/app/app.py"] CMD ["/bin/bash", "-c", "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