We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c30c2 commit 3091254Copy full SHA for 3091254
src/Dockerfile
@@ -49,7 +49,3 @@ RUN curl --proto '=https' --tlsv1.2 -LsSf https://starship.rs/install.sh | sh -s
49
mkdir -p "${HOME}/.cache" "${HOME}/.local"
50
51
VOLUME [ "/home/vscode/.cache", "/home/vscode/.local" ]
52
-SHELL [ "/bin/zsh" ]
53
-WORKDIR "/home/vscode"
54
-
55
-CMD [ "/bin/zsh", "--login" ]
0 commit comments