diff --git a/Dockerfile b/Dockerfile index fb2c426..68021f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \