root hace 1 año
padre
commit
a345b60475
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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