mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Change dependency installation from pnpm to npm
This commit is contained in:
@@ -17,7 +17,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
||||
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
||||
|
||||
# Install dependencies
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store npm install
|
||||
|
||||
# Build the Next.js app
|
||||
FROM base AS builder
|
||||
|
||||
Reference in New Issue
Block a user