File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.0
5959RUN userdel -r ubuntu
6060RUN groupadd --force -g $WWWGROUP sail
6161RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
62+ RUN git config --global --add safe.directory /var/www/html
6263
6364COPY start-container /usr/local/bin/start-container
6465COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.1
5858RUN userdel -r ubuntu
5959RUN groupadd --force -g $WWWGROUP sail
6060RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
61+ RUN git config --global --add safe.directory /var/www/html
6162
6263COPY start-container /usr/local/bin/start-container
6364COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.2
5959RUN userdel -r ubuntu
6060RUN groupadd --force -g $WWWGROUP sail
6161RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
62+ RUN git config --global --add safe.directory /var/www/html
6263
6364COPY start-container /usr/local/bin/start-container
6465COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.3
6262RUN userdel -r ubuntu
6363RUN groupadd --force -g $WWWGROUP sail
6464RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
65+ RUN git config --global --add safe.directory /var/www/html
6566
6667COPY start-container /usr/local/bin/start-container
6768COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.4
6262RUN userdel -r ubuntu
6363RUN groupadd --force -g $WWWGROUP sail
6464RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
65+ RUN git config --global --add safe.directory /var/www/html
6566
6667COPY start-container /usr/local/bin/start-container
6768COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
You can’t perform that action at this time.
0 commit comments