Skip to content

Commit 415f6a5

Browse files
committed
Remove stupid VOLUME and fix arguments with spaces bug
1 parent 5b5d3e8 commit 415f6a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@ RUN source /root/.sdkman/bin/sdkman-init.sh && \
2121
sdk install kotlin 1.3.21 && \
2222
sdk install kscript 2.7.1
2323

24-
# For caching JARs
25-
VOLUME "/root/.kscript"
26-
27-
ENTRYPOINT source /root/.sdkman/bin/sdkman-init.sh && /usr/bin/env kscript $0 $@
24+
ENTRYPOINT source /root/.sdkman/bin/sdkman-init.sh && /usr/bin/env kscript "$0" "$@"
2825
CMD [ "--help" ]

0 commit comments

Comments
 (0)