From 8423c5260658b007f394d075087412057d0bd8ef Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 1 Feb 2024 16:57:14 +0100 Subject: [PATCH] Fix Docker exec (#3941) fix https://github.com/RSS-Bridge/rss-bridge/issues/3940 --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 8dde842c..f92d8b21 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -42,4 +42,4 @@ fi nginx # php-fpm should not daemonize -php-fpm8.2 --nodaemonize +exec php-fpm8.2 --nodaemonize