Skip to content

Commit ff82bbd

Browse files
committed
Moving USER appuser before uv sync so the venv is created with the correct ownership
1 parent 1a598ac commit ff82bbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ENV UV_NO_DEV=1
1111

1212
WORKDIR /app
1313

14-
RUN uv sync --locked
15-
1614
USER appuser
1715

16+
RUN uv sync --locked
17+
1818
EXPOSE 7860
1919

2020
CMD ["uv", "run", "marimo", "run", "filter_engine.py", "--no-token", "--host", "0.0.0.0", "--port", "7860"]

0 commit comments

Comments
 (0)