We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3271fc7 commit 455dfabCopy full SHA for 455dfab
frontend/dockerfile/docs/reference.md
@@ -2359,7 +2359,7 @@ USER <UID>[:<GID>]
2359
The `USER` instruction sets the user name (or UID) and optionally the user
2360
group (or GID) to use as the default user and group for the remainder of the
2361
current stage. The specified user is used for `RUN` instructions and at
2362
-runtime, runs the relevant `ENTRYPOINT` and `CMD` commands.
+runtime runs the relevant `ENTRYPOINT` and `CMD` commands.
2363
2364
> Note that when specifying a group for the user, the user will have _only_ the
2365
> specified group membership. Any other configured group memberships will be ignored.
0 commit comments