···2525VOLUME /app/data
26262727# Then, add the rest of the project source code and install it
2828-COPY . /app
2828+COPY --chown=app:app . /app
2929RUN uv sync --locked --no-group dev
30303131# Place executables in the environment at the front of the path