Skip to content

Commit

Permalink
feat: yml설정파일 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertImKr committed Jul 20, 2024
1 parent c8ec0e3 commit 33361a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.be
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openjdk:11
COPY ./be/build/libs/*.jar app.jar
ENTRYPOINT ["java","-Dspring.config.location=file:~/be/conf/","-jar","app.jar","--spring.profiles.active=dev"]
ENTRYPOINT ["java","-Dspring.config.location=file:be/conf/","-jar","app.jar","--spring.profiles.active=dev"]

0 comments on commit 33361a9

Please sign in to comment.