Merge pull request #23809 from Matra-Master/patch-1

Fix: missing stage name in php-fpm Dockerfile
This commit is contained in:
David Karlsson
2025-12-05 14:52:49 +01:00
committed by GitHub

View File

@@ -98,7 +98,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
&& composer install --no-dev --optimize-autoloader --no-interaction --no-progress --prefer-dist
# Stage 2: Production environment
FROM php:8.4-fpm
FROM php:8.4-fpm AS production
# Install only runtime libraries needed in production
# libfcgi-bin and procps are required for the php-fpm-healthcheck script