We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 025b4c2 + 889c4f1 commit 9f49b8dCopy full SHA for 9f49b8d
content/guides/frameworks/laravel/production-setup.md
@@ -98,7 +98,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
98
&& composer install --no-dev --optimize-autoloader --no-interaction --no-progress --prefer-dist
99
100
# Stage 2: Production environment
101
-FROM php:8.4-fpm
+FROM php:8.4-fpm AS production
102
103
# Install only runtime libraries needed in production
104
# libfcgi-bin and procps are required for the php-fpm-healthcheck script
0 commit comments