Skip to content

Commit

Permalink
Use /opt/scancodeio/ for the code location on the image #9
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Nov 24, 2020
1 parent bd5d4bd commit 8cf9b5f
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 /opt/scancode.io/
WORKDIR /opt/scancode.io/
COPY etc/requirements/base.txt /opt/scancode.io/
RUN mkdir /opt/scancodeio/
WORKDIR /opt/scancodeio/
COPY etc/requirements/base.txt /opt/scancodeio/
RUN pip install -r base.txt
COPY . /opt/scancode.io/
COPY . /opt/scancodeio/
RUN pip install .

0 comments on commit 8cf9b5f

Please sign in to comment.