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