Skip to content

Commit ae43564

Browse files
committed
fix(docker): ensure uv-installed dependencies are accessible to user cms
1 parent 6bb92be commit ae43564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN mkdir -p /app/model/model && \
3636
chown -R $CMS_UID:$CMS_GID /app
3737
RUN pip install --no-cache-dir uv==0.7.20 && \
3838
uv sync --locked && \
39+
chown -R $CMS_UID:$CMS_GID /.venv && \
3940
chmod +x /app/entrypoint.sh
4041

4142
WORKDIR /app

0 commit comments

Comments
 (0)