File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ RUN apk add --no-cache \
2525 php8-session \
2626 php8-xml \
2727 php8-xmlreader \
28- php8-zlib
28+ php8-zlib \
29+ supervisor
2930
3031# Create symlink so programs depending on `php` still function
3132RUN ln -s /usr/bin/php8 /usr/bin/php
@@ -37,8 +38,7 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
3738COPY config/fpm-pool.conf /etc/php8/php-fpm.d/www.conf
3839COPY config/php.ini /etc/php8/conf.d/custom.ini
3940
40- # Install a golang port of supervisord and Configure
41- COPY --from=ochinchina/supervisord:latest /usr/local/bin/supervisord /usr/bin/supervisord
41+ # Configure supervisord
4242COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4343
4444# Make sure files/folders needed by the processes are accessable when they run under the nobody user
You can’t perform that action at this time.
0 commit comments