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