Skip to content

Commit 7dcc404

Browse files
committed
venv path in dockerfile
1 parent 1d7ee92 commit 7dcc404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ ENV VENV=/venv
3838
COPY pyproject.toml pyproject.toml
3939
RUN uv pip install .
4040

41+
ENV PATH="/venv/bin:${PATH}"
42+
4143

4244
CMD bash

0 commit comments

Comments
 (0)