@@ -163,7 +163,7 @@ The container service logs to `STDOUT` by default.
163163#### Project Structure
164164
165165``` text
166- ├── .env.makefile # DotEnv file related with Makefile tasks
166+ ├── .env # DotEnv file related with Makefile tasks
167167├── caddy-root-ca-authority.crt # Generated certificate file with Caddy Root CA Authority details
168168├── docker # Folder with assets required to build the infrastructure
169169│ ├── caddy # Folder with Caddy's configuration file(s)
@@ -172,6 +172,7 @@ The container service logs to `STDOUT` by default.
172172│ ├── docker-compose.yml # Docker Compose base file
173173│ ├── Dockerfile # Dockerfile to build the PHP-FPM image
174174│ ├── healthcheck.sh # Shell script for Docker's HEALTHCHECK directive
175+ │ ├── entrypoint.sh # Shell script for Docker's ENTRYPOINT directive
175176│ └── php-fpm # Folder with PHP-FPM configuration file(s)
176177├── LICENSE
177178├── Makefile
@@ -270,7 +271,7 @@ The default website domain is https://localhost
270271>
271272> You can customize the domain name in ` docker-compose.override.xxx.yml `
272273>
273- > Review as well the ` .env.makefile ` to ensure ` WEBSITE_URL ` constant has the desired domain name for development environment.
274+ > Review as well the ` .env ` to ensure ` WEBSITE_URL ` constant has the desired domain name for development environment.
274275
275276
276277
@@ -354,7 +355,7 @@ Setting up Makefile environment...
354355
355356> [ !TIP]
356357>
357- > This value is persisted on ` .env.makefile ` file to improve the UX.
358+ > This value is persisted on ` .env ` file to improve the UX.
358359
359360#### Building the container
360361
@@ -427,7 +428,7 @@ Setting up Makefile environment...
427428
428429> [ !TIP]
429430>
430- > This value is persisted on ` .env.makefile ` file to improve the UX.
431+ > This value is persisted on ` .env ` file to improve the UX.
431432
432433#### Building the container
433434
0 commit comments