From: Vincent Vanwaelscappel Date: Sat, 6 May 2023 12:56:03 +0000 (+0200) Subject: wip #5851 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f8aefd075a00ce2af76c325f4de5b4455195d5e2;p=fluidbook-toolbox.git wip #5851 --- diff --git a/.docker/images/php-dev/Dockerfile b/.docker/images/php-dev/Dockerfile index 2348d6a96..d7b69bd4f 100644 --- a/.docker/images/php-dev/Dockerfile +++ b/.docker/images/php-dev/Dockerfile @@ -92,9 +92,6 @@ RUN pip3 install font-line RUN groupadd sudo;useradd -d /application -g 33 -G sudo -s /bin/bash -u 1001 toolbox -# PHP-FPM packages need a nudge to make them docker-friendly -COPY overrides.conf /etc/php/8.2/fpm/pool.d/z-overrides.conf - COPY --chmod=0755 startup /usr/bin/startup CMD exec /usr/bin/startup diff --git a/.docker/images/php/Dockerfile b/.docker/images/php/Dockerfile index 79cf57396..3ef19bf50 100644 --- a/.docker/images/php/Dockerfile +++ b/.docker/images/php/Dockerfile @@ -90,9 +90,6 @@ RUN pip3 install font-line RUN groupadd sudo;useradd -d /application -g 33 -G sudo -s /bin/bash -u 1001 toolbox -# PHP-FPM packages need a nudge to make them docker-friendly -COPY overrides.conf /etc/php/8.2/fpm/pool.d/z-overrides.conf - CMD exec /usr/bin/startup # Open up fcgi port