We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63fe230 + d3a2d77 commit abe2872Copy full SHA for abe2872
Dockerfile
@@ -20,7 +20,7 @@ COPY --from=builder /app/public ./public
20
COPY --from=builder /app/node_modules ./node_modules
21
COPY --from=builder /app/next.config.ts ./next.config.ts
22
# app 소스 전체 복사
23
-COPY --from=builder /app/app ./app
+COPY --from=builder /app ./app
24
25
# ENV NODE_ENV production
26
EXPOSE 3000
0 commit comments