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 f47f607 + a5ac4c9 commit 55b6bc8Copy full SHA for 55b6bc8
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM openjdk:17-jdk-slim
2
+
3
+WORKDIR /app
4
5
+COPY build/libs/dev-0.0.1-SNAPSHOT.jar /app/dev-0.0.1-SNAPSHOT.jar
6
7
+ENTRYPOINT ["java", "-jar", "dev-0.0.1-SNAPSHOT.jar"]
0 commit comments