From cd2a282ec1559e000aa2ff3d54430f71a3568299 Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Tue, 24 Feb 2026 22:31:12 +0000 Subject: [PATCH] fixes --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 69017c6..4e40432 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app # Copy application files COPY Bot ./Bot +COPY populate_config.py . COPY config ./config # prepare configuration directory (volume may later overwrite it)