diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 58da917..349a7e0 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -76,7 +76,7 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master && sed -i -e "s#bin/bash#bin/zsh#" /etc/passwd WORKDIR /SERVER/ - +WORKDIR /data/vscode/extentions # Install Python packages RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \