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 35220bb commit e454c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18.16.0

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


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


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

0 comments on commit e454c76

Please sign in to comment.