We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a38475 commit bb59314Copy full SHA for bb59314
Dockerfile
@@ -9,7 +9,7 @@ RUN add-apt-repository -y "deb http://openresty.org/package/debian stretch openr
9
RUN apt-get update
10
RUN apt-get install -y openresty
11
COPY ./deploy /Hawkeye/deploy
12
-RUN RUN pip install --upgrade pip setuptools==45.2.0
+RUN pip install --upgrade pip setuptools==45.2.0
13
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /Hawkeye/deploy/pyenv/requirements.txt -U
14
RUN cp /Hawkeye/deploy/nginx/*.conf /usr/local/openresty/nginx/conf/
15
RUN cp /Hawkeye/deploy/supervisor/*.conf /etc/supervisor/conf.d/
0 commit comments