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.
2 parents 1e8fea4 + 41664ce commit c631e5dCopy full SHA for c631e5d
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