Skip to content

Commit

Permalink
chore: 개발 서버 CD 스크립트 - dockerfile 작업 디렉토리 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
devmizz committed Jan 21, 2025
1 parent 7acc922 commit 143632c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM bellsoft/liberica-openjdk-alpine:21

# 작업 디렉토리 설정
WORKDIR /app

# JAR 파일 복사
COPY /home/ec2-user/deployment/build/libs/yappu-world.jar app.jar
COPY deployment/build/libs/yappu-world.jar app.jar

# dev 프로파일로 JAR 실행
ENTRYPOINT ["java", "-Dspring.profiles.active=dev", "-jar", "app.jar"]

0 comments on commit 143632c

Please sign in to comment.