diff --git a/Dockerfile b/Dockerfile index 06f26827..d2b7972e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . . # directly which should be fast as it is slow because it populates its own cache every time. RUN yarn && yarn task build:server:binary -# We deploy with ubuntu so that devs have a familiar environemnt. +# We deploy with ubuntu so that devs have a familiar environment. FROM ubuntu:18.10 WORKDIR /root/project COPY --from=0 /src/packages/server/cli-linux-x64 /usr/local/bin/code-server