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
-3
View File
@@ -16,9 +16,6 @@ WORKDIR /tmp/extensions
RUN chmod +x install.sh \
&& sh install.sh
RUN apk add supervisor \
&& mkdir -p /var/log/supervisor
RUN apk --no-cache add tzdata \
&& cp "/usr/share/zoneinfo/$TZ" /etc/localtime \
&& echo "$TZ" > /etc/timezone