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

allow config file for entrypoint in docker file

parent eafdc074
No related branches found
No related tags found
No related merge requests found
Pipeline #14173 passed
......@@ -23,5 +23,5 @@ RUN ./gradlew --no-daemon installDist
# target is either: ros3rag.placeA oder ros3rag.placeB
ENV TARGET unspecified
# ENV CONFIG_FILE ./ros3rag.common/config.yaml
ENTRYPOINT ["/bin/bash", "-c", "./${TARGET}/build/install/${TARGET}/bin/${TARGET}"]
ENV CONFIG_FILE unspecified
ENTRYPOINT ["/bin/bash", "-c", "./${TARGET}/build/install/${TARGET}/bin/${TARGET} ${CONFIG_FILE}"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment