Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Feb 29, 2024
1 parent 54e6742 commit b9d565c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
FROM node:18.16.0


ENV tokenOctokit undefined
ENV tokenDiscord undefined
# referencing docker compose #
ENV tokenOctokit ${tokenOctokit}
ENV tokenDiscord ${tokenDiscord}

ENV guildId undefined
ENV channelId undefined
ENV applicationId undefined
ENV guildId ${guildId}
ENV channelId ${channelId}
ENV applicationId ${applicationId}

ENV messageDepth undefined
ENV messageDepth ${messageDepth}

ENV settingLink undefined
ENV dataFilePath undefined
ENV reposFilePath undefined
ENV settingFilePath undefined
ENV channelsFilePath undefined
ENV settingLink ${settingLink}
ENV dataFilePath ${dataFilePath}
ENV reposFilePath ${reposFilePath}
ENV settingFilePath ${settingFilePath}
ENV channelsFilePath ${channelsFilePath}


WORKDIR /app
Expand Down

0 comments on commit b9d565c

Please sign in to comment.