From dae9bdc684fd76cd565525a70c0f789da9566694 Mon Sep 17 00:00:00 2001 From: groot Date: Sat, 4 Jan 2025 18:35:50 +0000 Subject: [PATCH] Dockerfile_PHP84 aktualisiert --- Dockerfile_PHP84 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_PHP84 b/Dockerfile_PHP84 index d0a4a55..422f537 100644 --- a/Dockerfile_PHP84 +++ b/Dockerfile_PHP84 @@ -4,4 +4,4 @@ COPY php84 /etc/php84 RUN mkdir /var/run/php EXPOSE 9000 STOPSIGNAL SIGTERM -CMD ["/bin/bash", "-c", "chmod 755 /usr/share/nginx/html && php-fpm84 -F"] \ No newline at end of file +CMD ["/bin/bash", "-c", "php-fpm84 -F"] \ No newline at end of file