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