From e683449f17b0d19bb54b936a434fdade6b3d78d3 Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Wed, 11 Mar 2026 18:16:11 +0000 Subject: [PATCH] --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7527e45..67c0f8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,9 @@ COPY bot.py . COPY config.py . COPY entrypoint.sh . +# Make entrypoint.sh executable +RUN chmod +x /app/entrypoint.sh + # Create DB directory with proper permissions RUN mkdir -p /app/DB && chown -R botuser:botgroup /app