Reverted dockerfile
This commit is contained in:
@@ -6,7 +6,7 @@ COPY package.json .
|
||||
COPY pnpm-lock.yaml .
|
||||
COPY patches ./patches
|
||||
|
||||
RUN corepack enable && pnpm install --frozen-lockfile
|
||||
RUN corepack enable && pnpm install --frozen-lockfile --prod
|
||||
|
||||
# main image
|
||||
FROM node:22.12.0-alpine3.21
|
||||
|
||||
Reference in New Issue
Block a user