updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-22 11:45:20 +08:00
parent 91b5614a4b
commit 1b2b7a486b

View File

@@ -35,8 +35,8 @@ RUN npm install -g yarn \
&& yarn install
# install backend
RUN pip install -U setuptools \
&& pip install -r /opt/crawlab/crawlab/requirements.txt
RUN pip install -U setuptools -i https://pypi.tuna.tsinghua.edu.cn/simple \
&& pip install -r /opt/crawlab/crawlab/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
# start backend
EXPOSE 8080