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

archetype-resources.Dockerfile Maven / Gradle / Ivy

There is a newer version: 0.65.0
Show newest version
FROM anapsix/alpine-java:8

EXPOSE 8090
ENV CONSUL_LOCATION consul

COPY ./target/${artifactId}.jar  /streampipes-processing-element-container.jar

ENTRYPOINT ["java", "-jar", "/streampipes-processing-element-container.jar"]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy