diff --git a/Dockerfile b/Dockerfile index da346a3..2cf689e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN pip install --no-cache-dir uv==0.4.28 && \ COPY --chown=appuser:appuser . . # Change permissions of the application directory -RUN chmod -R 700 /usr/src/app +RUN chmod -R u+rwX,go-rwx /usr/src/app # Switch to the non-root user USER appuser