From 3ad21351657124df6e6266ee114326247eb78199 Mon Sep 17 00:00:00 2001 From: Aidan Fitzgerald Date: Sat, 9 Mar 2019 02:03:38 -0500 Subject: [PATCH] Fix typo: environemnt -> environment Signed-off-by: Aidan Fitzgerald --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06f26827660b..d2b7972e67d0 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