Add Supervisord custom process number

This commit is contained in:
2022-06-21 20:04:04 +02:00
parent aaba90e2da
commit 413a1f88f3

View File

@@ -40,7 +40,7 @@ RUN docker-php-ext-enable rdkafka \
&& rm -rf /php-rdkafka && rm -rf /php-rdkafka
# Install PHP extensions zip, mbstring, exif, bcmath, intl # 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 RUN docker-php-ext-install zip mbstring exif pcntl bcmath -j$(nproc) gd intl