Skip to content

Commit 487c085

Browse files
committed
Clarified multi-stage builds
1 parent 74c272f commit 487c085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/3.guide/2.understanding-file-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It's a bummer that we can only set the user and group ID at build time, but it's
3030
- By default, all our images run `www-data` as the user (`33:33` for Debian and `82:82` for Alpine)
3131
- We provide a script that can be called at build time to change the UID and GID of `www-data` (called `docker-php-serversideup-set-id`)
3232
- If you need to update permissions of service files (example: NGINX, Apache, Unit, etc), you can run the `docker-php-serversideup-set-file-permissions` at build
33-
- We will use a multi-stage build to ensure that the `docker-php-serversideup-set-id` script is not included in the final image
33+
- We will use a multi-stage build to ensure that the `docker-php-serversideup-set-id` script is not executed in the construction of the final image
3434

3535
## Example
3636
Here's an example of ensuring our UID/GID of `www-data` will match the development UID/GID of the host machine, while preserving the default UID/GID of `33:33` for the final image:

0 commit comments

Comments
 (0)