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

index d317418dbd766482d4ecae3e47aae7468f680ef2..33a837c016fd48b8f8c80d1454ecaec027147d6c 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/bin/startup
+CMD exec /usr/sbin/php-fpm8.1 -O
 STOPSIGNAL SIGQUIT
 EXPOSE 9000
index cf838e9e1f437162f77c6fa573daf725059eac54..7dc2db8eca91f64f9d70c3c879896ad364c393e8 100644 (file)
@@ -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