Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Jul 30, 2023
1 parent 06dd093 commit 52a63b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openjdk:17
COPY common/build/libs/common.jar /
ENTRYPOINT ["java", "-Dspring.profiles.active=dev -Dspring.datasource.url=jdbc:postgresql://daitssu-rds-postgres-db.ccf8zpssvvpc.ap-northeast-2.rds.amazonaws.com:5432/daitssu -Dspring.datasource.username=daitssuadmin -Dspring.datasource.password=Notadmin!", "-jar","/common.jar"]
ENTRYPOINT ["java", "-Dspring.config.location=file:./config/*/,./config/ -Dspring.profiles.active=dev -Dspring.datasource.url=jdbc:postgresql://daitssu-rds-postgres-db.ccf8zpssvvpc.ap-northeast-2.rds.amazonaws.com:5432/daitssu -Dspring.datasource.username=daitssuadmin -Dspring.datasource.password=Notadmin!", "-jar","/common.jar"]

0 comments on commit 52a63b6

Please sign in to comment.