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 0736930a DevMode and Builder #855
0736930a is described below

commit 0736930a92cf158f88adf38716e1acfe6a016b46
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Aug 10 12:47:39 2023 -0400

    DevMode and Builder #855
---
 karavan-web/docker/Dockerfile.builder | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/karavan-web/docker/Dockerfile.builder 
b/karavan-web/docker/Dockerfile.builder
index 28266ff6..25992b73 100644
--- a/karavan-web/docker/Dockerfile.builder
+++ b/karavan-web/docker/Dockerfile.builder
@@ -23,4 +23,6 @@ RUN curl -Ls https://sh.jbang.dev | bash -s - app setup \
     && jbang trust add  --quiet  https://github.com/apache/camel \
     && jbang app install camel@apache/camel
 
-EXPOSE 8080
\ No newline at end of file
+EXPOSE 8080
+
+ENTRYPOINT ["jbang"]
\ No newline at end of file

Reply via email to