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 f3d78372 Try verbose option for runner #757
f3d78372 is described below
commit f3d78372e6bbb60d37f9f7430a0cca8e2eda0519
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Jun 19 11:33:49 2023 -0400
Try verbose option for runner #757
---
karavan-runner/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/karavan-runner/Dockerfile b/karavan-runner/Dockerfile
index 1dddc17b..15bad430 100644
--- a/karavan-runner/Dockerfile
+++ b/karavan-runner/Dockerfile
@@ -24,4 +24,4 @@ RUN jbang trust add https://github.com/apache/camel \
EXPOSE 8080
WORKDIR $KARAVAN
-ENTRYPOINT jbang -Duser.home=$CAMEL_DIR -Dcamel.jbang.version=$CAMEL_VERSION
camel@apache/camel run --source-dir=$CODE_DIR --console
--local-kamelet-dir=$KAMELETS_DIR
\ No newline at end of file
+ENTRYPOINT jbang --verbose -Duser.home=$CAMEL_DIR
-Dcamel.jbang.version=$CAMEL_VERSION camel@apache/camel run
--source-dir=$CODE_DIR --console --local-kamelet-dir=$KAMELETS_DIR
\ No newline at end of file