Skip to content

Commit df6fec3

Browse files
committed
fix :: dockerfile parsing fix
1 parent e14991a commit df6fec3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
FROM amazoncorretto:17
22
COPY build/libs/palette-0.0.1-SNAPSHOT.jar palette.jar
33

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

0 commit comments

Comments
 (0)