Testing gh actions after new orphan branch
Some checks failed
Build and publish whmcs-php-fpm docker image / Build Docker image and push (push) Has been cancelled

This commit is contained in:
EdyTheCow
2025-09-30 12:49:14 +02:00
parent 2b6fd216cf
commit 06f7ed2269

View File

@@ -52,5 +52,6 @@ COPY ./xwhmcs.pool.conf /usr/local/etc/php-fpm.d/
USER root
RUN usermod -u 1000 www-data
WORKDIR /var/www
CMD ["php-fpm"]
EXPOSE 9000