Skip to content

Commit b663f8e

Browse files
committed
Set to 4 workers for build-in web-server
1 parent 897b494 commit b663f8e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

php74/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ENV PHPRUN_DEPS \
2121
openssh-client \
2222
patch \
2323
sqlite
24+
ENV PHP_CLI_SERVER_WORKERS 4
2425

2526
RUN set -e \
2627
&& apk add --upgrade --no-cache \

php8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ENV PHPRUN_DEPS \
2121
openssh-client \
2222
patch \
2323
sqlite
24+
ENV PHP_CLI_SERVER_WORKERS 4
2425

2526
RUN set -e \
2627
&& echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \

0 commit comments

Comments
 (0)