updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-10 07:35:19 +08:00
parent fe405cb275
commit e48ae31fee

View File

@@ -60,7 +60,7 @@ RUN service nginx reload
# start backend
WORKDIR /opt/crawlab/crawlab
ENTRYPOINT cd /opt/crawlab/crawlab/frontend \
ENTRYPOINT cd /opt/crawlab/frontend \
&& npm run build:prod \
&& python3 $WORK_DIR/manage.py