mirror of
https://github.com/optim-enterprises-bv/siembol.git
synced 2025-11-02 19:37:47 +00:00
11 lines
169 B
Docker
11 lines
169 B
Docker
FROM storm:2.4.0
|
|
|
|
ARG JAR
|
|
ARG CLASS
|
|
ENV TOPOLOGY_JAR=$JAR
|
|
ENV TOPOLOGY_CLASS=$CLASS
|
|
|
|
WORKDIR /deploy
|
|
COPY $TOPOLOGY_JAR .
|
|
COPY storm-entrypoint.sh /docker-entrypoint.sh
|