Dockerfile を更新

This commit is contained in:
tuna2134@コマリン親衛隊
2025-04-30 07:01:10 +09:00
committed by GitHub
parent ef47a6c270
commit d05911e7b2

View File

@@ -10,7 +10,6 @@ RUN pnpm install --frozen-lockfile
COPY . . COPY . .
RUN --mount=type=cache,target=/src/.next pnpm build \ RUN --mount=type=cache,target=/src/.next pnpm build \
&& mkdir -p /complete \
&& cp -r /src/.next /complete && cp -r /src/.next /complete
FROM gcr.io/distroless/nodejs22-debian12 FROM gcr.io/distroless/nodejs22-debian12