updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-09 22:32:44 +08:00
parent b55d70c4e5
commit ac2e9993a3

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