diff --git a/Dockerfile b/Dockerfile index 4b01427..03acaf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ EXPOSE 80 EXPOSE 443 # Define environment variable -ENV NAME DISCORD_TOKEN +ENV NAME=DISCORD_TOKEN # Run app.py when the container launches CMD ["python", "bot.py"]