Update build process
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 51s

This commit is contained in:
2025-08-11 03:19:41 -07:00
parent a336d9f97e
commit 47d4149e10

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 && chmod -R 777 /app
RUN chown -R bot:bot /app
RUN mkdir -p /app/logs && chmod -R 777 /app/logs
RUN mkdir -p /app/embed && chmod -R 777 /app/embed