Skip to content

Commit 36ef4d3

Browse files
authored
Fix typo in PLAYWRIGHT_BROWSERS_PATH - remove space at the EOL (#823)
1 parent 7201584 commit 36ef4d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtimes/8.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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"
16-
ENV PLAYWRIGHT_BROWSERS_PATH=0
16+
ENV PLAYWRIGHT_BROWSERS_PATH=0
1717

1818
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1919

runtimes/8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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"
16-
ENV PLAYWRIGHT_BROWSERS_PATH=0
16+
ENV PLAYWRIGHT_BROWSERS_PATH=0
1717

1818
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1919

0 commit comments

Comments
 (0)