Skip to content

Commit 387432f

Browse files
authored
Correct Cabotage Dockerfile paths (#2995)
1 parent 9436f36 commit 387432f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile.cabotage

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ RUN case $(uname -m) in \
3535
RUN mkdir /code
3636
WORKDIR /code
3737

38+
ENV VIRTUAL_ENV=/code/.venv
39+
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
40+
3841
COPY --from=uv /uv /uvx /usr/local/bin/
3942

4043
COPY pyproject.toml uv.lock /code/

0 commit comments

Comments
 (0)