Skip to content

Commit 63bc2da

Browse files
committed
chore[deploy]: --env-file로 주입하도록 변경
1 parent 0446b0c commit 63bc2da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ WORKDIR /app
2525

2626
# 첫 번째 스테이지에서 빌드된 JAR 파일 복사
2727
COPY --from=builder /app/build/libs/*.jar app.jar
28-
COPY --from=builder /app/.env .env
2928

3029
# 실행할 JAR 파일 지정
3130
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-jar", "app.jar"]

0 commit comments

Comments
 (0)