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 4904641 commit 3ef16e3Copy full SHA for 3ef16e3
deploy/Dockerfile
@@ -21,6 +21,9 @@ RUN apt-get update && apt-get install -y zip \
21
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
22
&& docker-php-ext-install gd
23
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
+
27
# Copy the current directory contents into the container
28
COPY . .
29
0 commit comments