Skip to content

Commit

Permalink
fix :: dockerfile parsing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jombidev committed Sep 26, 2024
1 parent e14991a commit df6fec3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM amazoncorretto:17
COPY build/libs/palette-0.0.1-SNAPSHOT.jar palette.jar

ENTRYPOINT [
"java", "-jar", "palette.jar", "--spring.config.location=classpath:/application.yml,classpath:/application-production.yml"
]
ENTRYPOINT ["java", "-jar", "palette.jar", "--spring.config.location=classpath:/application.yml,classpath:/application-production.yml"]

0 comments on commit df6fec3

Please sign in to comment.