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