php-fpm: don't drop to app user in docker, let fpm handle this
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 4m33s

This commit is contained in:
Elijah Duffy
2025-12-08 02:47:36 -08:00
parent d004e8a145
commit e506f11873

View File

@@ -105,7 +105,6 @@ COPY --chown=root:root shared/php-fpm/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod 755 /usr/local/bin/entrypoint.sh
WORKDIR /var/www/html
USER app
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["php-fpm"]