Skip to content

Commit 3ef16e3

Browse files
committed
Keep Git happy
1 parent 4904641 commit 3ef16e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ RUN apt-get update && apt-get install -y zip \
2121
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
2222
&& docker-php-ext-install gd
2323

24+
# Allow git to operate on the bind-mounted repo path in CI.
25+
RUN git config --global --add safe.directory /root/video-processor
26+
2427
# Copy the current directory contents into the container
2528
COPY . .
2629

0 commit comments

Comments
 (0)