Skip to content

Commit 60bc29e

Browse files
BENCH-185 Refactored Dockerfile, removed maintainer reference and switched to corretto image
1 parent a92dcb1 commit 60bc29e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM openjdk:17-jdk-alpine
2-
1+
FROM amazoncorretto:17
32
COPY target/answer-king-rest-api-0.0.1.jar answerking-0.0.1.jar
43
ADD ./src/main/resources/application.yaml application.yaml
54
ENTRYPOINT ["java","-D--spring.config.location=classpath:file:/application-yaml","-jar","/answerking-0.0.1.jar"]

0 commit comments

Comments
 (0)