diff --git a/README.dist.md b/README.dist.md index 5b59e24..38aaae8 100644 --- a/README.dist.md +++ b/README.dist.md @@ -19,9 +19,9 @@ The images for the application containers are built from the Dockerfiles in the `docker` directory. - The [backend image](docker/web/backend/Dockerfile) extends the official - [`nginx`](https://hub.docker.com/_/nginx/) image. -- The [frontend image](docker/web/backend/Dockerfile) extends the official [`php-fpm`](https://hub.docker.com/_/php/) image. +- The [frontend image](docker/web/frontend/Dockerfile) extends the official + [`nginx`](https://hub.docker.com/_/nginx/) image. ## Helpers diff --git a/README.md b/README.md index 45b9f85..1f47151 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ the `docker` directory so that you can modify them as needed for your application. - The [backend image](docker/web/backend/Dockerfile) extends the official - [`nginx`](https://hub.docker.com/_/nginx/) image. -- The [frontend image](docker/web/backend/Dockerfile) extends the official [`php-fpm`](https://hub.docker.com/_/php/) image. +- The [frontend image](docker/web/frontend/Dockerfile) extends the official + [`nginx`](https://hub.docker.com/_/nginx/) image. ## Helpers