Commit 67f5ee4b by xuxingxing

tmpcode

parent 4a734af9
Showing with 3 additions and 1 deletions
...@@ -12,6 +12,8 @@ RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /admin/app/requi ...@@ -12,6 +12,8 @@ RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /admin/app/requi
# Make port 80 available to the world outside this container # Make port 80 available to the world outside this container
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"]
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