Skip to content

Commit 455dfab

Browse files
committed
Removed unwanted comma from the sentence.
1 parent 3271fc7 commit 455dfab

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)