archetype-resources.Dockerfile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microservice-archetype
Show all versions of microservice-archetype
Spring Boot 2 and Keycloak based Maven Archetype
The newest version!
FROM alpine:edge
MAINTAINER Venkaiah Chowdary Koneru
RUN apk add --no-cache openjdk8
COPY target/${artifactId}.jar /opt/lib/
EXPOSE 8080
ENTRYPOINT ["/usr/bin/java"]
CMD ["-jar", "/opt/lib/${artifactId}.jar"]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy