mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: PHP 增加是否安装 supervisor 选项
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user