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