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 5e00ef1 commit 8ae6743Copy full SHA for 8ae6743
deployment/docker-build/dev/Dockerfile
@@ -73,6 +73,8 @@ RUN patch /etc/ssl/openssl.cnf /etc/ssl/openssl.cnf.patch
73
74
RUN mkdir /var/lib/pyaleph
75
76
+RUN git config --global --add safe.directory /opt/pyaleph
77
+
78
ENV PATH="/opt/venv/bin:${PATH}"
79
WORKDIR /opt/pyaleph
80
0 commit comments