We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f72eb commit 41664ceCopy full SHA for 41664ce
1 file changed
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM openjdk:17-jre-alpine
+FROM openjdk:17-jdk-alpine
2
COPY build/libs/team-c-back-0.0.1-SNAPSHOT.jar app.jar
3
ENTRYPOINT ["java", "-jar", "app.jar"]
0 commit comments