FROM eclipse-temurin:21-jre-jammy
VOLUME /tmp
COPY *.jar app.jar
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]