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 76fcef6 commit 2a36c9fCopy full SHA for 2a36c9f
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM alpine:3.17
2
+COPY ./ .
3
+RUN apk add openjdk17
4
+RUN ./gradlew compileKotlin
5
+ENTRYPOINT ./gradlew tasks
0 commit comments