Add Supervisord custom process number

This commit is contained in:
2022-06-21 20:05:17 +02:00
parent 413a1f88f3
commit 0becd98d89

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 --with-freetype --with-jpeg RUN docker-php-ext-configure gd
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