Add Supervisord custom process number

This commit is contained in:
2022-06-21 20:06:30 +02:00
parent 572a9db156
commit 6458290031

View File

@@ -40,7 +40,7 @@ RUN docker-php-ext-enable rdkafka \
&& rm -rf /php-rdkafka
# Install PHP extensions zip, mbstring, exif, bcmath, intl
RUN docker-php-ext-configure gd
RUN docker-php-ext-configure gd --with-freetype --with-jpeg
RUN docker-php-ext-install zip mbstring exif pcntl bcmath -j$(nproc) gd intl