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

archetype-resources.Dockerfile Maven / Gradle / Ivy

FROM openliberty/open-liberty:kernel-java11-openj9-ubi

COPY --chown=1001:0  target/${artifactId}.war /config/dropins/
COPY --chown=1001:0  server.xml /config/

RUN configure.sh




© 2015 - 2024 Weber Informatics LLC | Privacy Policy