mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #23809 from Matra-Master/patch-1
Fix: missing stage name in php-fpm Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user