Skip to content

Commit d17abae

Browse files
authored
Use equals sign (=) instead of space as ENV variable separator (#753)
* Use equals sign instead of space as ENV variable separator * Use equals sign instead of space as ENV variable separator
1 parent f2d43f0 commit d17abae

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

runtimes/8.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17
88

99
WORKDIR /var/www/html
1010

11-
ENV DEBIAN_FRONTEND noninteractive
11+
ENV DEBIAN_FRONTEND=noninteractive
1212
ENV TZ=UTC
1313
ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1414
ENV SUPERVISOR_PHP_USER="sail"

runtimes/8.1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17
88

99
WORKDIR /var/www/html
1010

11-
ENV DEBIAN_FRONTEND noninteractive
11+
ENV DEBIAN_FRONTEND=noninteractive
1212
ENV TZ=UTC
1313
ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1414
ENV SUPERVISOR_PHP_USER="sail"

runtimes/8.2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17
88

99
WORKDIR /var/www/html
1010

11-
ENV DEBIAN_FRONTEND noninteractive
11+
ENV DEBIAN_FRONTEND=noninteractive
1212
ENV TZ=UTC
1313
ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1414
ENV SUPERVISOR_PHP_USER="sail"

runtimes/8.3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG POSTGRES_VERSION=17
99

1010
WORKDIR /var/www/html
1111

12-
ENV DEBIAN_FRONTEND noninteractive
12+
ENV DEBIAN_FRONTEND=noninteractive
1313
ENV TZ=UTC
1414
ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1515
ENV SUPERVISOR_PHP_USER="sail"

runtimes/8.4/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG POSTGRES_VERSION=17
99

1010
WORKDIR /var/www/html
1111

12-
ENV DEBIAN_FRONTEND noninteractive
12+
ENV DEBIAN_FRONTEND=noninteractive
1313
ENV TZ=UTC
1414
ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80"
1515
ENV SUPERVISOR_PHP_USER="sail"

0 commit comments

Comments
 (0)