Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Sep 19, 2024
1 parent b711979 commit bf5d02c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ FROM node:19.5.0
# referencing docker compose <
ENV tokenOctokit ${tokenOctokit}

ENV bigBreaker ${bigBreaker}
ENV smallBreaker ${smallBreaker}
ENV splitDelimeter ${splitDelimeter}
ENV urlElementResources ${urlElementResources}
ENV urlElementDescriptions ${urlElementDescriptions}

ENV file ${file}
ENV tree ${tree}
ENV owner ${owner}
ENV branch ${branch}
ENV source ${source}
ENV repository ${repository}
ENV urlGitHubUsers ${urlGitHubUsers}
ENV excludedBranches ${excludedBranches}

ENV bigBreaker ${bigBreaker}
ENV smallBreaker ${smallBreaker}
ENV fileDelimeter ${fileDelimeter}
ENV urlElementResources ${urlElementResources}
ENV urlElementDescriptions ${urlElementDescriptions}

# >


Expand Down

0 comments on commit bf5d02c

Please sign in to comment.