@@ -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