Skip to content

Commit

Permalink
Correct Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nigma committed Apr 19, 2017
1 parent 6baae76 commit 828faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -eux \
&& pip3 install --no-cache-dir -U pip setuptools wheel

RUN set -eux \
pip3 install --no-cache-dir --timeout 1000 -r requirements.txt -r requirements-dev.txt \
&& pip3 install --no-cache-dir --timeout 1000 -r requirements.txt -r requirements-dev.txt \
&& pip3 install --no-cache-dir --timeout 1000 -r docs/requirements.txt

COPY . /app/
Expand Down

0 comments on commit 828faf8

Please # to comment.