Merge pull request 'staging' (#4) from staging into main
All checks were successful
release-tag / release-image (push) Successful in 1m51s

Reviewed-on: #4
This commit is contained in:
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"]