mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated Dockerfile
This commit is contained in:
@@ -28,7 +28,7 @@ RUN apt-get update
|
||||
RUN apt-get install -y mongodb-org
|
||||
|
||||
# install backend
|
||||
RUN pip install -U setuptools
|
||||
RUN pip install -U setuptools -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
RUN pip install -r /opt/crawlab/crawlab/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
# install nvm
|
||||
|
||||
Reference in New Issue
Block a user