Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Donga1125 authored Mar 6, 2024
1 parent 6ad615d commit 19e3611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ ARG JAR_FILE=build/libs/*-SNAPSHOT.jar
# (3) jar 빌드 파일을 도커 컨테이너로 복사
COPY ${JAR_FILE} app.jar

# (4) jar 파일 실행
# (4) jar 파일 실행.
ENTRYPOINT ["java", "-jar", "/app.jar", "--spring.profiles.active=server"]

0 comments on commit 19e3611

Please sign in to comment.