From dc185b7755c0503b263f64b0e6b40baf8b396127 Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Fri, 8 Aug 2025 16:51:05 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cb8276..58a525e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The bot for the Duke Syndicate discord. ```yaml services: bot: - build: . + image: ghcr.io/duke-syndicate/duke-bot:main environment: - BOT_TOKEN=token_goes_here -``` \ No newline at end of file +```