FROM container-registry.oracle.com/os/oraclelinux:8-slim ARG APP_FILE EXPOSE 8080 COPY target/${APP_FILE} app ENTRYPOINT ["/app"]