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 24ccee4 commit bb9d3daCopy full SHA for bb9d3da
src/Dockerfile
@@ -53,3 +53,7 @@ RUN curl -sSL https://getcomposer.org/installer |\
53
mkdir -p "${HOME}/.cache" "${HOME}/.local"
54
55
VOLUME [ "/home/vscode/.cache", "/home/vscode/.local" ]
56
+SHELL [ "/bin/zsh" ]
57
+WORKDIR "/home/vscode"
58
+
59
+CMD [ "/bin/zsh", "--login" ]
0 commit comments