Skip to content

Commit c19b823

Browse files
committed
Fix ENV
1 parent b751e39 commit c19b823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR ${FOLDER}
99
USER 1000:1000
1010

1111
# Setup venv
12-
ENV VIRTUAL_ENV=${FOLDER}/.venv
12+
ENV VIRTUAL_ENV=$FOLDER/.venv
1313
RUN python -m venv "$VIRTUAL_ENV"
1414
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
1515

0 commit comments

Comments
 (0)