FROM amazoncorretto:17.0.6-al2023 EXPOSE 8081 ADD ./build/libs/*.jar device-deployer.jar ENTRYPOINT ["java", "-jar", "/device-deployer.jar"]