]> _ Git - fluidbook_distantstorage.git/commitdiff
wip #5725
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Feb 2023 09:14:56 +0000 (10:14 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Feb 2023 09:14:56 +0000 (10:14 +0100)
Dockerfile
startup

index 33a837c016fd48b8f8c80d1454ecaec027147d6c..d317418dbd766482d4ecae3e47aae7468f680ef2 100644 (file)
@@ -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 cb0cb109ae3250ef8cb08f309ff23d7912826863..ada445f73b20e3a50a1458ad1cb035b7f360110b 100644 (file)
--- a/startup
+++ b/startup
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/bin/bash
 /usr/sbin/php-fpm8.1 -O
\ No newline at end of file