We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982971a commit c85775bCopy full SHA for c85775b
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ WORKDIR /app
17
18
# 프로덕션용 패키지만 복사
19
COPY --from=builder /app/node_modules ./node_modules
20
-COPY --from=builder /app/dist ./dist
+COPY --from=builder /app/.next ./next
21
COPY package.json ./
22
23
RUN npm install pm2 -g
0 commit comments