From 5d826b0d9bdc47119f52fdd7e8a253d2ce156bc6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 13 Feb 2023 10:14:01 +0100 Subject: [PATCH] wip #5725 --- Dockerfile | 2 +- updatecode | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d317418..33a837c 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/bin/startup +CMD exec /usr/sbin/php-fpm8.1 -O STOPSIGNAL SIGQUIT EXPOSE 9000 diff --git a/updatecode b/updatecode index cf838e9..7dc2db8 100644 --- a/updatecode +++ b/updatecode @@ -5,7 +5,8 @@ git fetch --all git reset --hard origin/master git stash git pull origin master -chmod 755 /docker/fluidbook-distantstorage/app/bin/* +chmod 755 /docker/fluidbook-distantstorage/update +chmod 755 /docker/fluidbook-distantstorage/startup chmod 755 /docker/fluidbook-distantstorage/ssh chmod 600 /docker/fluidbook-distantstorage/ssh/id_rsa docker exec fluidbook-distantstorage composer update \ No newline at end of file -- 2.39.5