You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install client libraries required for php extensions in runtime
219
217
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -246,7 +244,7 @@ USER www-data
246
244
CMD ["bash"]
247
245
```
248
246
249
-
This Dockerfile is similar to the PHP-FPM Dockerfile, but it uses the `php:8.4-cli` image as the base image and sets up the container for running CLI commands.
247
+
This Dockerfile is similar to the PHP-FPM Dockerfile, but it uses the `php:8.5-cli` image as the base image and sets up the container for running CLI commands.
250
248
251
249
## Create a Dockerfile for Nginx (production)
252
250
@@ -428,7 +426,7 @@ volumes:
428
426
```
429
427
430
428
> [!NOTE]
431
-
> Ensure you have an `.env` file at the root of your Laravel project with the necessary configurations (e.g., database and Xdebug settings) to match the Docker Compose setup.
429
+
> Ensure you have an `.env` file at the root of your Laravel project with the necessary configurations to match the Docker Compose setup.
0 commit comments