Skip to content

Commit

Permalink
fix: 빌드 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YerangPark committed Sep 11, 2024
1 parent d0ecdb9 commit 0009ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ FROM node:20-alpine
# 앱 디렉토리 생성 및 설정
WORKDIR /app

# 빌드된 결과물만 복사
COPY --from=builder /app/dist ./dist
# 빌드된 결과물(out)만 복사
COPY --from=builder /app/out ./out
COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/package-lock.json ./package-lock.json

Expand Down

0 comments on commit 0009ce1

Please sign in to comment.