Merge pull request 'staging' (#4) from staging into main
All checks were successful
release-tag / release-image (push) Successful in 1m51s
All checks were successful
release-tag / release-image (push) Successful in 1m51s
Reviewed-on: #4
This commit is contained in:
@@ -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"]
|
@@ -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"]
|
Reference in New Issue
Block a user