Reverted dockerfile

This commit is contained in:
2024-12-24 22:17:19 +01:00
parent 95a4533bf3
commit 3049208a85

View File

@@ -6,7 +6,7 @@ COPY package.json .
COPY pnpm-lock.yaml . COPY pnpm-lock.yaml .
COPY patches ./patches COPY patches ./patches
RUN corepack enable && pnpm install --frozen-lockfile RUN corepack enable && pnpm install --frozen-lockfile --prod
# main image # main image
FROM node:22.12.0-alpine3.21 FROM node:22.12.0-alpine3.21