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 5b5d3e8 commit 415f6a5Copy full SHA for 415f6a5
Dockerfile
@@ -21,8 +21,5 @@ RUN source /root/.sdkman/bin/sdkman-init.sh && \
21
sdk install kotlin 1.3.21 && \
22
sdk install kscript 2.7.1
23
24
-# For caching JARs
25
-VOLUME "/root/.kscript"
26
-
27
-ENTRYPOINT source /root/.sdkman/bin/sdkman-init.sh && /usr/bin/env kscript $0 $@
+ENTRYPOINT source /root/.sdkman/bin/sdkman-init.sh && /usr/bin/env kscript "$0" "$@"
28
CMD [ "--help" ]
0 commit comments