diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 46f3f01..98e0f0b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -9,7 +9,7 @@ FROM node:10 ENV DEBIAN_FRONTEND=noninteractive # 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 # if yours is not 1000. See https://aka.ms/vscode-remote/containers/non-root-user. ARG USER_UID=1000