Skip to content

Commit

Permalink
Fix error in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Mar 25, 2024
1 parent 1e00cc2 commit 74600ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM python:3.12-slim
ENV PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1 \
PYTHONHASHSEED=random \
PYTHONDONTWRITEBYTECODE=1 \
PYTHONDONTWRITEBYTECODE=1

ENV DS_TOKEN "YOUR_DISCORD_TOKEN" # discord token from the developer portal
ENV DS_GUILD_ID "YOUR_GUILD_ID" # the guild id where the bot will be used
Expand Down

0 comments on commit 74600ba

Please sign in to comment.