Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Docker issues

Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins authored Jan 26, 2024
1 parent 21b5dd6 commit b61480b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ COPY ./scripts/ scripts/
#COPY ./docker/backend/docker.config.json .
RUN python3 -m venv /opt/venv

RUN set -x \
&& /opt/venv/bin/pip install --upgrade pip

RUN set -x \
&& /opt/venv/bin/pip install wheel

RUN set -x \
&& /opt/venv/bin/pip install .

RUN set -x \
&& /opt/venv/bin/pip install --upgrade pip \
&& /opt/venv/bin/pip install wheel \
Expand Down

0 comments on commit b61480b

Please sign in to comment.