updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-09 22:32:44 +08:00
parent 1cb4f1c081
commit 125112e627

View File

@@ -62,7 +62,7 @@ RUN service nginx reload
WORKDIR /opt/crawlab/crawlab
ENTRYPOINT cd /opt/crawlab/crawlab/frontend \
&& npm run build:prod \
&& python $WORK_DIR/manage.py
&& python3 $WORK_DIR/manage.py
EXPOSE 8080
EXPOSE 8000