Update README docker-compose sample
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m9s

This commit is contained in:
2025-08-13 01:47:01 -07:00
parent 25910652f4
commit 8404eb990d
2 changed files with 16 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ RUN groupadd -r bot && useradd -r -g bot bot
COPY --chown=bot:bot . .
# Create directories for persistent storage and modify permissions
RUN chown -R bot:bot /app && \
chmod -R 777 /app
RUN mkdir -p logs && \