File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17
88
99WORKDIR /var/www/html
1010
11- ENV DEBIAN_FRONTEND noninteractive
11+ ENV DEBIAN_FRONTEND= noninteractive
1212ENV TZ=UTC
1313ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1414ENV SUPERVISOR_PHP_USER="sail"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17
88
99WORKDIR /var/www/html
1010
11- ENV DEBIAN_FRONTEND noninteractive
11+ ENV DEBIAN_FRONTEND= noninteractive
1212ENV TZ=UTC
1313ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1414ENV SUPERVISOR_PHP_USER="sail"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17
88
99WORKDIR /var/www/html
1010
11- ENV DEBIAN_FRONTEND noninteractive
11+ ENV DEBIAN_FRONTEND= noninteractive
1212ENV TZ=UTC
1313ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1414ENV SUPERVISOR_PHP_USER="sail"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG POSTGRES_VERSION=17
99
1010WORKDIR /var/www/html
1111
12- ENV DEBIAN_FRONTEND noninteractive
12+ ENV DEBIAN_FRONTEND= noninteractive
1313ENV TZ=UTC
1414ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1515ENV SUPERVISOR_PHP_USER="sail"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG POSTGRES_VERSION=17
99
1010WORKDIR /var/www/html
1111
12- ENV DEBIAN_FRONTEND noninteractive
12+ ENV DEBIAN_FRONTEND= noninteractive
1313ENV TZ=UTC
1414ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1515ENV SUPERVISOR_PHP_USER="sail"
You can’t perform that action at this time.
0 commit comments