Skip to content

Commit

Permalink
Add env vars to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ottolote committed May 2, 2024
1 parent 8b1553b commit 9ff147c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ ENV CONFLUENCE_URL="https://yourdomain.atlassian.net/wiki/rest/api/"
ENV CONFLUENCE_SPACE_ID="yourspace"
ENV CONFLUENCE_PARENT_PAGE_ID="12345"
ENV CONFLUENCE_PAGE_TITLE_SUFFIX="(autogenerated)"
ENV CONFLUENCE_PAGE_LABEL="markdown2confluence"
ENV MARKDOWN_FOLDER="./"
ENV MARKDOWN_SOURCE_REF=""

COPY ./markdown2confluence /app

Expand Down

0 comments on commit 9ff147c

Please sign in to comment.