This commit is contained in:
@@ -10,6 +10,9 @@ RUN npm install -g pnpm@9.15.9 --registry=https://mirror-npm.runflare.com
|
||||
FROM base AS deps
|
||||
WORKDIR /temp-deps
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
# Runflare injects NODE_ENV=production globally, which skips devDependencies.
|
||||
# @nestjs/cli and typescript are required for the build step.
|
||||
ENV NODE_ENV=development
|
||||
RUN pnpm install --frozen-lockfile --loglevel info \
|
||||
--registry=https://mirror-npm.runflare.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user