Skip to content

Commit c85775b

Browse files
committed
nextjs 빌드패키지 추가
1 parent 982971a commit c85775b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /app
1717

1818
# 프로덕션용 패키지만 복사
1919
COPY --from=builder /app/node_modules ./node_modules
20-
COPY --from=builder /app/dist ./dist
20+
COPY --from=builder /app/.next ./next
2121
COPY package.json ./
2222

2323
RUN npm install pm2 -g

0 commit comments

Comments
 (0)