staging #4

Merged
groot merged 2 commits from staging into main 2025-01-04 18:36:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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"]
CMD ["/bin/bash", "-c", "php-fpm83 -F"]

View File

@@ -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"]
CMD ["/bin/bash", "-c", "php-fpm84 -F"]