Skip to content

Commit

Permalink
Replace /code/ by /opt/scancode.io/ in the Dockerfile setup #9
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Nov 24, 2020
1 parent c00cf43 commit 16aa9e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.6
ENV PYTHONUNBUFFERED 1
RUN mkdir /code
WORKDIR /code
COPY etc/requirements/base.txt /code/
RUN mkdir /opt/scancode.io/
WORKDIR /opt/scancode.io/
COPY etc/requirements/base.txt /opt/scancode.io/
RUN pip install -r base.txt
COPY . /code/
COPY . /opt/scancode.io/
RUN pip install .

0 comments on commit 16aa9e4

Please sign in to comment.