Update image build process
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m12s

This commit is contained in:
2025-08-11 04:13:18 -07:00
parent a28e2d49fd
commit 02c2d75020

View File

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