We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26abfc commit 2ec8824Copy full SHA for 2ec8824
Dockerfile
@@ -86,3 +86,5 @@ RUN echo PermitRootLogin yes >> /etc/ssh/sshd_config && \
86
echo PermitEmptyPasswords yes >> /etc/ssh/sshd_config && \
87
echo Port 2222 >> /etc/ssh/sshd_config && \
88
passwd -d root
89
+
90
+RUN git config --global --add safe.directory '/workspaces/*'
0 commit comments