Skip to content

Commit 511b551

Browse files
committed
chore(docker): update env syntax
1 parent d798191 commit 511b551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ USER $USER
1717
WORKDIR /home/$USER/src
1818

1919
# update PATH for local pip installs
20-
ENV PATH "$PATH:/home/$USER/.local/bin"
20+
ENV PATH="$PATH:/home/$USER/.local/bin"
2121

2222
# upgrade pip
2323
RUN python -m pip install --upgrade pip

0 commit comments

Comments
 (0)