This commit is contained in:
2026-02-24 22:31:12 +00:00
parent aa5d9644c5
commit cd2a282ec1

View File

@@ -4,6 +4,7 @@ WORKDIR /app
# Copy application files # Copy application files
COPY Bot ./Bot COPY Bot ./Bot
COPY populate_config.py .
COPY config ./config COPY config ./config
# prepare configuration directory (volume may later overwrite it) # prepare configuration directory (volume may later overwrite it)