FROM openjdk:17 COPY ./deploy/eagle_server_deploy.jar ./eagle_server_deploy.jar ENTRYPOINT ["java", "-jar", "eagle_server_deploy.jar"]