Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 28, 2024
1 parent e454c76 commit d6c85f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM node:18.16.0


ENV maxMembers 15
ENV discordToken undefined
ENV dataFilePath 'data'
ENV discordToken undefined
ENV guildId '970204828858990593'
ENV channelId '1129843141101498378'
ENV applicationId '976408750070054943'
Expand All @@ -15,7 +15,6 @@ RUN npm install


RUN mkdir /app/data
VOLUME ["app/${dataFilePath}"]


CMD ["node", "index.js"]

0 comments on commit d6c85f7

Please sign in to comment.