Skip to content

Commit 1a60b6b

Browse files
committed
Updated env var for uv
1 parent d0fbadc commit 1a60b6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.dev

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ WORKDIR ${FOLDER}
66

77
ENV UV_COMPILE_BYTECODE=1
88
ENV UV_TOOL_BIN_DIR=/usr/local/bin
9-
ENV UV_PROJECT_ENVIRONMENT="${FOLDER}/.venv"
10-
ENV PATH="${FOLDER}/.venv/bin:${PATH}"
9+
ENV PATH="$FOLDER/.venv/bin:$PATH"
1110

1211
RUN apk add --no-cache shadow \
1312
&& apk add --no-cache nodejs npm \

0 commit comments

Comments
 (0)