Skip to content

Commit

Permalink
remove uninstall line
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 24, 2024
1 parent a4f7871 commit b8dda41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apk add --no-cache --virtual build-deps cargo
COPY Pipfile .
COPY Pipfile.lock .
RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy
RUN apk del build-deps


FROM base AS runtime
Expand Down

0 comments on commit b8dda41

Please sign in to comment.