Add Supervisord custom process number

This commit is contained in:
2022-06-21 20:01:57 +02:00
parent 33852f1566
commit 90387daeda
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
FROM php:7.2-fpm
ENV WORKDIR=/var/www
ENV STORAGE_DIR=/var/www/storage
ENV LARAVEL_PROCS_NUMBER=2
# Install system dependencies
RUN apt-get update && apt-get install -y \
git \