Skip to content

Commit 1d93c6f

Browse files
committed
Sync project without building package
1 parent 7edbf4f commit 1d93c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /app
1313
COPY pyproject.toml uv.lock .python-version ./
1414

1515
RUN uv venv /opt/venv \
16-
&& uv sync --frozen --no-dev \
16+
&& uv sync --frozen --no-dev --no-install-project \
1717
&& uv cache clean
1818

1919
ENV VIRTUAL_ENV=/opt/venv

0 commit comments

Comments
 (0)