fix(docker): add user creation and permissions in Dockerfile #442

Merged
luke merged 5 commits from fix/docker-user into main 2026-04-17 18:21:31 +00:00
Showing only changes of commit bf8b57b835 - Show all commits

View File

@@ -11,7 +11,7 @@ WORKDIR /run
RUN mkdir -p /.local && \
chmod -R 777 /.local && \
pip install -U pip uv==0.9.21
pip install --no-cache-dir -U pip uv==0.9.21
COPY pyproject.toml /run/pyproject.toml
COPY uv.lock /run/uv.lock