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

This commit is contained in:
2025-08-11 03:54:21 -07:00
parent bae6e36478
commit e02144e490

View File

@@ -28,7 +28,7 @@ RUN mkdir -p logs && \
chmod -R 755 logs && \ chmod -R 755 logs && \
mkdir -p embed && \ mkdir -p embed && \
chown -R bot:bot embed && \ chown -R bot:bot embed && \
chmod -R 755 embed \ chmod -R 755 embed
# Switch to non root user # Switch to non root user
USER bot USER bot