diff --git a/Dockerfile b/Dockerfile index edfccaf..367cd1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,10 @@ COPY . . RUN go build -o bot # Set the DISCORD_BOT_TOKEN environment variable -ENV TOKEN=${DISCORD_TOKEN} -ENV BOTPREFIX="!" -ENV ChannelID=${ChannelID} -ENV OPENAI_API_KEY=${OPENAI_API_KEY} +ENV TOKEN=${token} +ENV BOTPREFIX=${botprefix} +ENV ChannelID=${channelid} +ENV OPENAI_API_KEY=${openai_api_key} # Run the bot binary CMD ["./bot"] \ No newline at end of file