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 b4ac3e9 commit 3f4c09dCopy full SHA for 3f4c09d
.devcontainer/Dockerfile
@@ -31,8 +31,5 @@ RUN mkdir -p /usr/local/bundle && chown -R user:user /usr/local/bundle
31
# Switch to non-root user
32
USER user
33
34
-# Set up git config (helps with development)
35
-RUN git config --global init.defaultBranch main
36
-
37
# Set the default shell
38
SHELL ["/bin/bash", "-c"]
0 commit comments