Skip to content

Commit 5b5b82a

Browse files
authored
Merge pull request #6376 from joyalgeorgekj/fix-docker_docs-23168-wrong_comma_in_sentence
[FIX]: Removed unwanted comma from the sentence.
2 parents 677433d + a29eef8 commit 5b5b82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ USER <UID>[:<GID>]
23592359
The `USER` instruction sets the user name (or UID) and optionally the user
23602360
group (or GID) to use as the default user and group for the remainder of the
23612361
current stage. The specified user is used for `RUN` instructions and at
2362-
runtime, runs the relevant `ENTRYPOINT` and `CMD` commands.
2362+
runtime runs the relevant `ENTRYPOINT` and `CMD` commands.
23632363

23642364
> Note that when specifying a group for the user, the user will have _only_ the
23652365
> specified group membership. Any other configured group memberships will be ignored.

0 commit comments

Comments
 (0)