mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
back to yarn, with nuxt telemetry force disabled
I think Nuxt prompts have been messing with the installs
This commit is contained in:
@ -8,8 +8,8 @@ WORKDIR /build
|
||||
# install dependencies and build
|
||||
RUN corepack enable
|
||||
COPY . .
|
||||
RUN pnpm install
|
||||
RUN pnpm build
|
||||
RUN NUXT_TELEMETRY_DISABLED=1 yarn install
|
||||
RUN NUXT_TELEMETRY_DISABLED=1 yarn build
|
||||
|
||||
# create run environment for Drop
|
||||
FROM node:lts-slim AS run-system
|
||||
|
||||
Reference in New Issue
Block a user