Adjust embed directory
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m5s

This commit is contained in:
2025-08-11 05:06:53 -07:00
parent dc75824b48
commit 7fed3def78
4 changed files with 6 additions and 12 deletions

View File

@@ -28,6 +28,7 @@ RUN chown -R bot:bot /app && \
RUN mkdir -p logs && \
chown -R bot:bot logs && \
chmod -R 777 logs && \
mkdir -p embed && \
chown -R bot:bot embed && \
chmod -R 777 embed