mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
made the workdir of the image the /repo so that we
get in it right away when we enter the container
This commit is contained in:
@ -22,3 +22,5 @@ RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && \
|
||||
sdk install java 21.0.2-open && \
|
||||
sdk install java 23-open && \
|
||||
sdk default java 23-open"
|
||||
|
||||
WORKDIR /repo
|
||||
|
Reference in New Issue
Block a user