Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl authored Feb 22, 2024
1 parent 369942b commit 45b22e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM node:18.16.0


ENV maxMembers 15
ENV guildId '<insert>'
ENV channelId '<insert>'
ENV dataFilePath '/data/'
ENV discordToken undefined
ENV guildId '970204828858990593'
ENV channelId '1129843141101498378'
ENV applicationId '976408750070054943'
ENV applicationId '<insert>'


WORKDIR /app
Expand Down

0 comments on commit 45b22e6

Please sign in to comment.