Skip to content

Commit 6ce3dc0

Browse files
committed
Fix build error
1 parent 15a72ea commit 6ce3dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi/docker_files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ RUN --mount=type=cache,target=/app/target/ \
742742
COPY requirements.txt ./
743743
744744
RUN --mount=type=cache,target=/root/.cache/uv \
745-
&& .venv/bin/python -m pip install -r requirements.txt
745+
&& .venv/bin/python -m pip install -r requirements.txt \
746746
&& .venv/bin/python -m pip install dist/*.whl
747747
748748
COPY . /app

0 commit comments

Comments
 (0)