FROM openjdk:17-oracle RUN mkdir -p /app/build && chmod +x /app/build ADD ./target/test.jar /app/build/test.jar