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 aee9f0e commit c72a50bCopy full SHA for c72a50b
1 file changed
docker/Dockerfile
@@ -14,4 +14,6 @@ RUN set -ex \
14
RUN set -ex \
15
&& pip install -r requirements.txt
16
17
+RUN git config --global --add safe.directory /var/src/kunai
18
+
19
WORKDIR /var/src
0 commit comments