Skip to content

Commit 4fa5b3f

Browse files
authored
Update Dockerfile
1 parent 452eac3 commit 4fa5b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:17
1+
FROM eclipse-temurin:17-jre
22
COPY build/libs/peakly-0.0.1-SNAPSHOT.jar app.jar
33
EXPOSE 8080
4-
ENTRYPOINT ["java", "-jar", "/app.jar"]
4+
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 commit comments

Comments
 (0)