add supervisor to nineapache

This commit is contained in:
2024-12-29 11:46:47 +01:00
parent 8dbcfd0433
commit ea54b12e59
7 changed files with 46 additions and 4 deletions

View File

@ -15,7 +15,8 @@ RUN apk add --no-cache \
unzip \
zip \
openssl \
mariadb-client
mariadb-client \
supervisor
RUN apk add --no-cache \
apache2 \
@ -64,6 +65,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
RUN npm install -g n
RUN npm install -g yarn
RUN mkdir /etc/supervisor.d
COPY apache2.sh /etc/apache2/apache2.sh
RUN chmod +x /etc/apache2/apache2.sh
COPY php.local.ini /etc/php82/conf.d/