Sign in
apache
/
streampipes-extensions
/
3d4c30cc4cd7642325531a4a0ac0fc693b879360
/
.
/
Dockerfile
blob: 483ebbb6e74428457af44e1babcdbc71d081da81 [
file
] [
log
] [
blame
]
FROM anapsix
/
alpine
-
java
EXPOSE
8090
ENV CONSUL_LOCATION consul
ADD
./
target
/
streampipes
-
examples
-
jvm
.
jar
/
streampipes
-
examples
-
jvm
.
jar
ENTRYPOINT
[
"java"
,
"-jar"
,
"/streampipes-examples-jvm.jar"
]