Dockerfile 에러 수정: pnpm build script 진행 오류

This commit is contained in:
2026-05-25 22:48:31 +09:00
parent b93bb6f4d9
commit a0224b05cc
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . .
RUN pnpm build
FROM node:20-alpine AS runner
FROM node:22-alpine AS runner
WORKDIR /app
ENV NODE_ENV=production