We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cded51f commit ffb75b6Copy full SHA for ffb75b6
Dockerfile
@@ -15,7 +15,7 @@ COPY . .
15
# directly which should be fast as it is slow because it populates its own cache every time.
16
RUN yarn && yarn task build:server:binary
17
18
-# We deploy with ubuntu so that devs have a familiar environemnt.
+# We deploy with ubuntu so that devs have a familiar environment.
19
FROM ubuntu:18.10
20
WORKDIR /root/project
21
COPY --from=0 /src/packages/server/cli-linux-x64 /usr/local/bin/code-server
0 commit comments