From 31c545cc1ee21b02a2c7a595f80746d3f2d91b0d Mon Sep 17 00:00:00 2001 From: fabrizzio-dotCMS Date: Mon, 11 Sep 2023 13:33:08 -0600 Subject: [PATCH] demo integration -8 --- actions/dot-cli/Dockerfile | 4 +--- actions/dot-cli/entrypoint.sh | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/dot-cli/Dockerfile b/actions/dot-cli/Dockerfile index 81a25d5..1e0090a 100755 --- a/actions/dot-cli/Dockerfile +++ b/actions/dot-cli/Dockerfile @@ -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}" \ No newline at end of file +ENTRYPOINT ["/dot-cli/entrypoint.sh"] \ No newline at end of file diff --git a/actions/dot-cli/entrypoint.sh b/actions/dot-cli/entrypoint.sh index 4c8b585..407ee78 100755 --- a/actions/dot-cli/entrypoint.sh +++ b/actions/dot-cli/entrypoint.sh @@ -11,3 +11,5 @@ var=$(bash /dot-cli/run-java.sh "$@" ) echo "var: $var" echo "exit code: $?" + + cat "${QUARKUS_LOG_FILE_PATH}"