From ef48410c1d7e1ef0d077268e54e4c49a5594ab17 Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Wed, 16 Apr 2025 02:23:14 -0700 Subject: [PATCH] devenv --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \