From: Vincent Vanwaelscappel Date: Mon, 13 Feb 2023 09:14:56 +0000 (+0100) Subject: wip #5725 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=00aaf6760c0366fe28c6ca9fb887c6d99f950cb5;p=fluidbook_distantstorage.git wip #5725 --- diff --git a/Dockerfile b/Dockerfile index 33a837c..d317418 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY overrides.conf /etc/php/8.1/fpm/pool.d/z-overrides.conf COPY --chmod=755 startup /usr/bin/startup -CMD exec /usr/sbin/php-fpm8.1 -O +CMD exec /usr/bin/startup STOPSIGNAL SIGQUIT EXPOSE 9000 diff --git a/startup b/startup index cb0cb10..ada445f 100644 --- a/startup +++ b/startup @@ -1,2 +1,2 @@ -#!/bin/sh +#!/bin/bash /usr/sbin/php-fpm8.1 -O \ No newline at end of file