Skip to content

Commit

Permalink
Merge pull request eclecticiq#67 from Shumatsu/patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile with missing /
  • Loading branch information
Andreas authored Oct 7, 2019
2 parents 901ebb8 + cd2cf9e commit 689795d
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 @@ -3,7 +3,7 @@ LABEL maintainer="EclecticIQ <[email protected]>"
RUN python3 -m venv --system-site-packages /venv
ENV PATH=/venv/bin:$PATH

COPY ./requirements.txt ./requirements-dev.txt /cabby
COPY ./requirements.txt ./requirements-dev.txt /cabby/
RUN pip install -r /cabby/requirements-dev.txt
COPY . /cabby
RUN pip install -e /cabby
Expand Down

0 comments on commit 689795d

Please sign in to comment.