All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.Dockerfile Maven / Gradle / Ivy

#set($dollar = '$')
FROM eclipse-temurin:21-jre-jammy
VOLUME /tmp
ARG JAR_FILE
COPY ${dollar}{JAR_FILE} app.jar
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy