root 1 년 전
부모
커밋
a345b60475
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" ]
-CMD python3 server.py
+CMD python server.py