FROM openjdk:17-jdk-alpine LABEL org.opencontainers.image.authors="john@devsoap.com" COPY dist/ /app/ RUN chmod +x /app/bin/* WORKDIR /app ENTRYPOINT ["/app/bin/server"]