This commit is contained in:
2026-02-23 23:40:37 +00:00
parent e5d673a8dd
commit b9c66a361d
4 changed files with 82 additions and 12 deletions

View File

@@ -4,7 +4,9 @@ WORKDIR /app
# Copy application files
COPY Bot ./Bot
COPY config ./config
# prepare configuration directory (volume may later overwrite it)
RUN mkdir -p /app/config
# Install dependencies