Fix typo: environemnt -> environment (#159)

Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
This commit is contained in:
Aidan Fitzgerald 2019-03-09 12:06:47 -05:00 committed by Kyle Carberry
parent cded51f650
commit ffb75b6801
1 changed files with 1 additions and 1 deletions

View File

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