Skip to content

Commit

Permalink
demo integration -8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Sep 11, 2023
1 parent d058748 commit 31c545c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions actions/dot-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,4 @@ ENV JAVA_APP_NAME="dotcms-cli"

# Code file to execute when the docker container starts up (`entrypoint.sh`)

ENTRYPOINT ["/dot-cli/entrypoint.sh"]

RUN cat "${QUARKUS_LOG_FILE_PATH}"
ENTRYPOINT ["/dot-cli/entrypoint.sh"]
2 changes: 2 additions & 0 deletions actions/dot-cli/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
var=$(bash /dot-cli/run-java.sh "$@" )
echo "var: $var"
echo "exit code: $?"

cat "${QUARKUS_LOG_FILE_PATH}"

0 comments on commit 31c545c

Please sign in to comment.