We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a954d1 commit 4e52a77Copy full SHA for 4e52a77
.docker/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM gcr.io/distroless/java21-debian12
2
+
3
+WORKDIR /app
4
5
+COPY ../../bootstrap/target/example-exec.jar .
6
7
+CMD ["example-exec.jar"]
0 commit comments