Skip to content

Commit abe2872

Browse files
authored
Merge pull request #10 from DDD-Community/develop
FIX: 도커 설정 수정
2 parents 63fe230 + d3a2d77 commit abe2872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY --from=builder /app/public ./public
2020
COPY --from=builder /app/node_modules ./node_modules
2121
COPY --from=builder /app/next.config.ts ./next.config.ts
2222
# app 소스 전체 복사
23-
COPY --from=builder /app/app ./app
23+
COPY --from=builder /app ./app
2424

2525
# ENV NODE_ENV production
2626
EXPOSE 3000

0 commit comments

Comments
 (0)