Skip to content
Snippets Groups Projects
Commit 5fd4a475 authored by René Schöne's avatar René Schöne
Browse files

Allow config file to be passed using volume "/config.coordinator"

parent 651c1f5e
Branches
No related tags found
No related merge requests found
......@@ -21,4 +21,5 @@ WORKDIR /coordinator
RUN ./gradlew --no-daemon installDist
ENTRYPOINT /bin/bash -c "./build/install/coordinator/bin/coordinator"
ENV CONFIG_FILE /config.coordinator
ENTRYPOINT /bin/bash -c "./build/install/coordinator/bin/coordinator $CONFIG_FILE"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment