Add Docker build workflow
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 3m27s

This commit is contained in:
2025-08-11 03:13:37 -07:00
parent 8dd38e7cde
commit a336d9f97e
2 changed files with 30 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ RUN useradd -m bot
USER bot
# Create directories for persistent storage and modify permissions
RUN chown -R bot:bot /app
RUN chown -R bot:bot /app && chmod -R 777 /app
RUN mkdir -p /app/logs && chmod -R 777 /app/logs
RUN mkdir -p /app/embed && chmod -R 777 /app/embed