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
59
59
RUN userdel -r ubuntu
60
60
RUN groupadd --force -g $WWWGROUP sail
61
61
RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
62
+ RUN git config --global --add safe.directory /var/www/html
62
63
63
64
COPY start-container /usr/local/bin/start-container
64
65
COPY 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
58
58
RUN userdel -r ubuntu
59
59
RUN groupadd --force -g $WWWGROUP sail
60
60
RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
61
+ RUN git config --global --add safe.directory /var/www/html
61
62
62
63
COPY start-container /usr/local/bin/start-container
63
64
COPY 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
59
59
RUN userdel -r ubuntu
60
60
RUN groupadd --force -g $WWWGROUP sail
61
61
RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
62
+ RUN git config --global --add safe.directory /var/www/html
62
63
63
64
COPY start-container /usr/local/bin/start-container
64
65
COPY 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
62
62
RUN userdel -r ubuntu
63
63
RUN groupadd --force -g $WWWGROUP sail
64
64
RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
65
+ RUN git config --global --add safe.directory /var/www/html
65
66
66
67
COPY start-container /usr/local/bin/start-container
67
68
COPY 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
62
62
RUN userdel -r ubuntu
63
63
RUN groupadd --force -g $WWWGROUP sail
64
64
RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
65
+ RUN git config --global --add safe.directory /var/www/html
65
66
66
67
COPY start-container /usr/local/bin/start-container
67
68
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
You can’t perform that action at this time.
0 commit comments