Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
run the antotora from the repo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kameshsampath committed Feb 20, 2020
1 parent 0958d6a commit f74b9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ FROM docker.io/antora/antora:2.2.0

COPY ./entrypoint.sh /

cd /github

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
set -o pipefail
set -eu

cd /github/home

antora --stacktrace $1

0 comments on commit f74b9de

Please sign in to comment.