diff --git a/dockerfile b/dockerfile index 774db6a..2d77c22 100644 --- a/dockerfile +++ b/dockerfile @@ -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