Skip to content

Commit

Permalink
fix :: Dockerfile test?
Browse files Browse the repository at this point in the history
  • Loading branch information
jombidev committed Sep 25, 2024
1 parent e269a71 commit 3277ff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ COPY build/libs/palette-0.0.1-SNAPSHOT.jar palette.jar
COPY production.env .env

ENTRYPOINT [
"set -a", "&&", "source .env", "&&", "set +a", ";",
"java", "-jar", "palette.jar", "--spring.config.location=classpath:/application.yml,classpath:/application-production.yml"
]
"set", "-a", "&&", "source", ".env", "&&", "set", "+a;",
"java", "-jar", "palette.jar", "--spring.config.location=classpath:/application.yml,classpath:/application-production.yml"
]

0 comments on commit 3277ff6

Please sign in to comment.