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