moved from npm to yarn

This commit is contained in:
Baptiste Boulongne 2024-05-18 12:53:20 +02:00
parent 942ad89a3b
commit e55e832809
No known key found for this signature in database

View File

@ -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 && \