Browse Source

Update 'deploy/docker_compose/Dockerfile'

hans 1 year ago
parent
commit
d4790ae357
1 changed files with 1 additions and 1 deletions
  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 python server.py