Skip to content

Commit

Permalink
use pnpm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mineev authored and umputun committed Jul 13, 2022
1 parent 26476db commit 26d8d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN if [ -z "$SKIP_FRONTEND_BUILD" ] ; then \
apk add --no-cache --update git \
; fi
ADD frontend/package.json /srv/frontend/package.json
ADD frontend/package-lock.json /srv/frontend/package-lock.json
ADD frontend/pnpm-lock.yaml /srv/frontend/pnpm-lock.yaml
WORKDIR /srv/frontend
RUN if [ -z "$SKIP_FRONTEND_BUILD" ] ; then \
npm i -g pnpm && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV SKIP_FRONTEND_TEST=true
ENV CI=true

ADD frontend/package.json /srv/frontend/package.json
ADD frontend/package-lock.json /srv/frontend/package-lock.json
ADD frontend/pnpm-lock.yaml /srv/frontend/pnpm-lock.yaml
RUN
cd /srv/frontend && \
apk add --no-cache --update git && \
Expand Down

0 comments on commit 26d8d3d

Please sign in to comment.