UPDATE
This commit is contained in:
@@ -10,10 +10,10 @@ COPY . .
|
|||||||
RUN go build -o bot
|
RUN go build -o bot
|
||||||
|
|
||||||
# Set the DISCORD_BOT_TOKEN environment variable
|
# Set the DISCORD_BOT_TOKEN environment variable
|
||||||
ENV TOKEN=${token}
|
ENV TOKEN=${TOKEN}
|
||||||
ENV BOTPREFIX=${botprefix}
|
ENV BOTPREFIX=${BOTPREFIX}
|
||||||
ENV ChannelID=${channelid}
|
ENV ChannelID=${ChannelID}
|
||||||
ENV OPENAI_API_KEY=${openai_api_key}
|
ENV OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||||
|
|
||||||
# Run the bot binary
|
# Run the bot binary
|
||||||
CMD ["./bot"]
|
CMD ["./bot"]
|
||||||
Reference in New Issue
Block a user