File tree 1 file changed +3
-3
lines changed
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 \
25
25
php8-session \
26
26
php8-xml \
27
27
php8-xmlreader \
28
- php8-zlib
28
+ php8-zlib \
29
+ supervisor
29
30
30
31
# Create symlink so programs depending on `php` still function
31
32
RUN ln -s /usr/bin/php8 /usr/bin/php
@@ -37,8 +38,7 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
37
38
COPY config/fpm-pool.conf /etc/php8/php-fpm.d/www.conf
38
39
COPY config/php.ini /etc/php8/conf.d/custom.ini
39
40
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
42
42
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
43
43
44
44
# 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