Skip to content

Commit cc887c9

Browse files
committed
feat: add supervisor
1 parent 0017606 commit cc887c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
2525
gnupg \
2626
libonig-dev \
2727
wkhtmltopdf \
28+
supervisor \
2829
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
2930
&& docker-php-ext-install iconv pdo_mysql mbstring gettext exif intl zip opcache bcmath xmlrpc soap \
3031
&& docker-php-ext-configure gd --with-freetype --with-jpeg \

0 commit comments

Comments
 (0)