Skip to content

Commit

Permalink
Refactor Dockerfile to remove unnecessary environment variables and c…
Browse files Browse the repository at this point in the history
…omments
  • Loading branch information
HiiZun committed Oct 5, 2024
1 parent 401de3e commit bbce29d
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 @@ -11,9 +11,9 @@ RUN npm install --production
# Bundle app source
COPY . .

ENV TOKEN=TOKEN_HERE
ENV GUILD_ID=000000000000000000
ENV APPLICATION_ID=000000000000000000
#ENV TOKEN=TOKEN_HERE
#ENV GUILD_ID=000000000000000000
#ENV APPLICATION_ID=000000000000000000

VOLUME [ "/app/nodes.json" ]

Expand Down

0 comments on commit bbce29d

Please sign in to comment.