From ffb75b6801a400650a62704674ed5e1b18d505a5 Mon Sep 17 00:00:00 2001 From: Aidan Fitzgerald Date: Sat, 9 Mar 2019 12:06:47 -0500 Subject: [PATCH] Fix typo: environemnt -> environment (#159) Signed-off-by: Aidan Fitzgerald --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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