Skip to content

Commit 8ae6743

Browse files
committed
fix(docker-compose-dev): allow git to read tags for pyaleph to be able to start"
1 parent 5e00ef1 commit 8ae6743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/docker-build/dev/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ RUN patch /etc/ssl/openssl.cnf /etc/ssl/openssl.cnf.patch
7373

7474
RUN mkdir /var/lib/pyaleph
7575

76+
RUN git config --global --add safe.directory /opt/pyaleph
77+
7678
ENV PATH="/opt/venv/bin:${PATH}"
7779
WORKDIR /opt/pyaleph
7880

0 commit comments

Comments
 (0)