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
The following commit(s) were added to refs/heads/main by this push: new 0cbef7d8 VERBOSE_OPTION 0cbef7d8 is described below commit 0cbef7d8f032e5e1ebdd746fe8b881f366637514 Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Thu Nov 14 15:11:52 2024 -0500 VERBOSE_OPTION --- karavan-devmode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-devmode/Dockerfile b/karavan-devmode/Dockerfile index 5c598322..3e852ae5 100644 --- a/karavan-devmode/Dockerfile +++ b/karavan-devmode/Dockerfile @@ -52,4 +52,4 @@ RUN curl -Ls https://sh.jbang.dev | bash -s - app setup \ EXPOSE 8080 WORKDIR $CODE_DIR -CMD jbang $JBANG_OPTIONS -Dcamel.jbang.version=$CAMEL_VERSION camel@apache/camel run --source-dir=$CODE_DIR --console \ No newline at end of file +CMD jbang $VERBOSE_OPTION -Dcamel.jbang.version=$CAMEL_VERSION camel@apache/camel run --source-dir=$CODE_DIR --console \ No newline at end of file