From 74600ba86158b55228d19c30ffc26285613fd994 Mon Sep 17 00:00:00 2001 From: John Toniutti Date: Mon, 25 Mar 2024 10:52:55 +0100 Subject: [PATCH] Fix error in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e9db35..8e3861e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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