mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
migrate to pnpm due to ci/cd issues with yarn
This commit is contained in:
@ -6,9 +6,10 @@ RUN mkdir /build
|
||||
WORKDIR /build
|
||||
|
||||
# install dependencies and build
|
||||
RUN corepack enable
|
||||
COPY . .
|
||||
RUN yarn install --non-interactive --verbose
|
||||
RUN yarn build
|
||||
RUN pnpm install
|
||||
RUN pnpm build
|
||||
|
||||
# create run environment for Drop
|
||||
FROM node:lts-slim AS run-system
|
||||
|
||||
Reference in New Issue
Block a user