diff --git a/Dockerfile b/Dockerfile index a58b36b..155e58a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,4 @@ FROM docker.io/antora/antora:2.2.0 COPY ./entrypoint.sh / -cd /github - ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file diff --git a/entrypoint.sh b/entrypoint.sh index 9f080e9..138277b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,4 +3,6 @@ set -o pipefail set -eu +cd /github/home + antora --stacktrace $1 \ No newline at end of file