This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
commit 630656ebb6644a4a644873e4e48be647a1c8eca1 Author: Marat Gubaidullin <[email protected]> AuthorDate: Tue Jul 4 11:04:55 2023 -0400 JBANG_OPTIONS for #757 --- karavan-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-runner/Dockerfile b/karavan-runner/Dockerfile index c492b6d8..fcea9abd 100644 --- a/karavan-runner/Dockerfile +++ b/karavan-runner/Dockerfile @@ -15,4 +15,4 @@ RUN mkdir -p $CODE_DIR \ EXPOSE 8080 -ENTRYPOINT jbang --verbose -Dcamel.jbang.version=$CAMEL_VERSION camel@apache/camel run --source-dir=$CODE_DIR --console --local-kamelet-dir=$KAMELETS_DIR --maven-settings=$MAVEN_SETTINGS \ No newline at end of file +ENTRYPOINT jbang $JBANG_OPTIONS -Dcamel.jbang.version=$CAMEL_VERSION camel@apache/camel run --source-dir=$CODE_DIR --console --local-kamelet-dir=$KAMELETS_DIR --maven-settings=$MAVEN_SETTINGS \ No newline at end of file
