fix typo in comment
This commit is contained in:
@@ -9,7 +9,7 @@ FROM node:10
|
|||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# The node image comes with a base non-root 'node' user which this Dockerfile
|
# The node image comes with a base non-root 'node' user which this Dockerfile
|
||||||
# gives sudo access. Hoewver, for Linux, this user's GID/UID must match your local
|
# gives sudo access. However, for Linux, this user's GID/UID must match your local
|
||||||
# user UID/GID to avoid permission issues with bind mounts. Update USER_UID / USER_GID
|
# user UID/GID to avoid permission issues with bind mounts. Update USER_UID / USER_GID
|
||||||
# if yours is not 1000. See https://aka.ms/vscode-remote/containers/non-root-user.
|
# if yours is not 1000. See https://aka.ms/vscode-remote/containers/non-root-user.
|
||||||
ARG USER_UID=1000
|
ARG USER_UID=1000
|
||||||
|
|||||||
Reference in New Issue
Block a user