FROM eclipse-temurin:23-jdk COPY --chmod=700 ./execute.sh /execute.sh RUN mkdir -p /opt/src WORKDIR /opt/src ENTRYPOINT ["/execute.sh"]