Skip to content

Commit ffb75b6

Browse files
Aidan Fitzgeraldkylecarbs
Aidan Fitzgerald
authored andcommitted
Fix typo: environemnt -> environment (#159)
Signed-off-by: Aidan Fitzgerald <[email protected]>
1 parent cded51f commit ffb75b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY . .
1515
# directly which should be fast as it is slow because it populates its own cache every time.
1616
RUN yarn && yarn task build:server:binary
1717

18-
# We deploy with ubuntu so that devs have a familiar environemnt.
18+
# We deploy with ubuntu so that devs have a familiar environment.
1919
FROM ubuntu:18.10
2020
WORKDIR /root/project
2121
COPY --from=0 /src/packages/server/cli-linux-x64 /usr/local/bin/code-server

0 commit comments

Comments
 (0)