Edit Dockerfile

This commit is contained in:
2024-12-24 19:37:37 +00:00
parent 3bc5d108d1
commit 95a4533bf3

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 --prod RUN corepack enable && pnpm install --frozen-lockfile
# main image # main image
FROM node:22.12.0-alpine3.21 FROM node:22.12.0-alpine3.21