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:
Karma Riuk
2025-02-28 14:09:25 +01:00
parent 260e6f4f0b
commit a6d7bdb865

View File

@ -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