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 ba1ef67 commit 2258c78Copy full SHA for 2258c78
docker/php/Dockerfile
@@ -13,6 +13,8 @@ COPY php.ini /usr/local/etc/php/conf.d/satisfy.ini
13
14
USER www-data
15
RUN mkdir -p ~/.ssh && chmod 0700 ~/.ssh && ssh-keyscan -H github.com >> ~/.ssh/known_hosts && \
16
- mkdir -p ~/.composer && chown www-data:www-data ~/.composer
+ mkdir -p ~/.composer && chown www-data:www-data ~/.composer && \
17
+ git config --global --add safe.directory /var/www/html
18
19
USER root
20
+RUN git config --system --add safe.directory /var/www/html
0 commit comments