fix typo in comment

This commit is contained in:
Andy Li
2019-08-11 21:52:49 +08:00
committed by GitHub
parent 07cbc3ee99
commit e1cc5d12df

View File

@@ -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