ci: rollback to yarn, NPM is s*ck
continuous-integration/drone/push Build is passing Details

fix/report
irfan 2024-09-13 03:55:52 +00:00
parent d597734467
commit b2659def9a
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ FROM node:18.17-alpine as builder
RUN apk add --no-cache git
WORKDIR /app
COPY . .
RUN npm install
RUN npm run build
RUN yarn install
RUN yarn build
FROM node:18.17-alpine
ARG env_target
WORKDIR /app