![JAR search and dependency download from the Maven repository](/logo.png)
JavaServer.Dockerfile.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codegen Show documentation
Show all versions of codegen Show documentation
This artefact generates other artefacts such as API client, API server out of API Model
FROM openjdk:8-jre
MAINTAINER Data61
EXPOSE 8080/tcp
ADD payloads /payloads
ARG JAR_FILE
ADD target/${JAR_FILE} /opt/cds-java-artefacts/data-holder.jar
ENTRYPOINT ["/usr/local/openjdk-8/bin/java", "-jar", "/opt/cds-java-artefacts/data-holder.jar"]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy