This commit is contained in:
2026-03-11 18:16:11 +00:00
parent e47a28efae
commit e683449f17
+3
View File
@@ -13,6 +13,9 @@ COPY bot.py .
COPY config.py . COPY config.py .
COPY entrypoint.sh . COPY entrypoint.sh .
# Make entrypoint.sh executable
RUN chmod +x /app/entrypoint.sh
# Create DB directory with proper permissions # Create DB directory with proper permissions
RUN mkdir -p /app/DB && chown -R botuser:botgroup /app RUN mkdir -p /app/DB && chown -R botuser:botgroup /app