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
|
WORKDIR /app
|
||||||
COPY --from=fetch /repo .
|
COPY --from=fetch /repo .
|
||||||
WORKDIR /app/project
|
WORKDIR /app/project
|
||||||
RUN npm install -g npm@10.5.1
|
RUN yarn
|
||||||
RUN npm install
|
RUN yarn run build:release
|
||||||
RUN npm run build:release
|
|
||||||
|
|
||||||
FROM alpine as base
|
FROM alpine as base
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user