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