moved from npm to yarn
This commit is contained in:
parent
942ad89a3b
commit
e55e832809
@ -14,9 +14,8 @@ RUN apk add git git-lfs
|
||||
WORKDIR /app
|
||||
COPY --from=fetch /repo .
|
||||
WORKDIR /app/project
|
||||
RUN npm install -g npm@10.5.1
|
||||
RUN npm install
|
||||
RUN npm run build:release
|
||||
RUN yarn
|
||||
RUN yarn run build:release
|
||||
|
||||
FROM alpine as base
|
||||
RUN apk update && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user