diff --git a/Dockerfile_PHP83 b/Dockerfile_PHP83 index bb892b3..437fd90 100644 --- a/Dockerfile_PHP83 +++ b/Dockerfile_PHP83 @@ -4,4 +4,4 @@ COPY php83 /etc/php83 RUN mkdir /var/run/php EXPOSE 9000 STOPSIGNAL SIGTERM -CMD ["/bin/bash", "-c", "chmod 755 /usr/share/nginx/html && php-fpm83 -F"] \ No newline at end of file +CMD ["/bin/bash", "-c", "php-fpm83 -F"] \ No newline at end of file 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