staging #4

Merged
groot merged 2 commits from staging into main 2025-01-04 18:36:29 +00:00
Showing only changes of commit 909f7b3c48 - Show all commits

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"]