use pnpm lock
This commit is contained in:
+1
-1
@@ -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 && \
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user