Skip to content

Commit

Permalink
Editiable install really breaks things
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Nov 10, 2023
1 parent 19a7ba1 commit 14aee29
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 @@ -14,7 +14,7 @@ RUN pip install -U pip setuptools
RUN pip install --no-deps --requirement /application/requirements.txt

COPY . /application
RUN pip install --no-deps -e /application
RUN pip install --no-deps /application

# install helm into venv
ARG HELM_VERSION=v3.13.2
Expand Down

0 comments on commit 14aee29

Please sign in to comment.