General fixes
This commit is contained in:
@@ -14,6 +14,7 @@ RUN /bin/sh /tmp/buildtime/buildtime_php_ver_inst.sh
|
||||
ENV DEF_PHP_INTERPRETER="8.2"
|
||||
|
||||
COPY project/entrypoint/entrypoint.sh /entrypoint/entrypoint.sh
|
||||
COPY project/entrypoint/copy-config.sh /entrypoint/copy-config.sh
|
||||
COPY project/entrypoint/container-php-ver-inst.sh /entrypoint/container-php-ver-inst.sh
|
||||
COPY project/entrypoint/install-php-versions.sh /entrypoint/install-php-versions.sh
|
||||
COPY project/entrypoint/start-php-fpm.sh /entrypoint/start-php-fpm.sh
|
||||
|
4
multi-php-fpm-srv/project/entrypoint/copy-config.sh
Normal file
4
multi-php-fpm-srv/project/entrypoint/copy-config.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copy all .conf files from source to destination
|
||||
cp /mnt/place-config/etc/php/8.2/fpm/pool.d/*.conf /etc/php/8.2/fpm/pool.d/
|
@@ -2,6 +2,7 @@
|
||||
|
||||
/bin/sh /entrypoint/container-php-ver-inst.sh
|
||||
/bin/sh /entrypoint/install-php-versions.sh
|
||||
/bin/sh /entrypoint/copy-config.sh
|
||||
|
||||
/bin/sh /entrypoint/start-php-fpm.sh
|
||||
|
||||
|
Reference in New Issue
Block a user