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 ab21ef6 + c8f72eb commit 1e8fea4Copy full SHA for 1e8fea4
1 file changed
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM openjdk:17-alpine
+FROM openjdk:17-jre-alpine
2
COPY build/libs/team-c-back-0.0.1-SNAPSHOT.jar app.jar
3
ENTRYPOINT ["java", "-jar", "app.jar"]
0 commit comments