feat: PHP 增加是否安装 supervisor 选项

This commit is contained in:
zhengkunwang223
2023-12-05 15:24:30 +08:00
parent bc307a2198
commit e5370c604d
58 changed files with 227 additions and 545 deletions
-2
View File
@@ -17,8 +17,6 @@ RUN curl -o /usr/bin/composer https://mirrors.aliyun.com/composer/composer.phar
&& chmod +x /usr/bin/composer
ENV COMPOSER_HOME=/tmp/composer
RUN apk add supervisor \
&& mkdir -p /var/log/supervisor
# php image's www-data user uid & gid are 82, change them to 1000 (primary user)
RUN usermod -u 1000 www-data && groupmod -g 1000 www-data