root 1 年之前
父節點
當前提交
7c76a04fa7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/docker_compose/Dockerfile

+ 1 - 1
deploy/docker_compose/Dockerfile

@@ -14,4 +14,4 @@ RUN pip3 install --upgrade pip
 ## Recommendation for those in China
 RUN pip3 install -r requirements.txt -U -i https://mirror.baidu.com/pypi/simple
 # ENTRYPOINT [ "/entrypoint.sh" ]
-RUN python server.py
+CMD python3 server.py