We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118aae4 commit b50861aCopy full SHA for b50861a
.github/pull_request_template.md
@@ -0,0 +1,6 @@
1
+<!-- Please answer these questions before submitting your PR. Thanks! -->
2
+
3
+### Describe in detail the problem you had and how this PR fixes it
4
5
+### Is there an open issue you can link to?
6
Dockerfile
@@ -18,7 +18,7 @@ RUN yarn && yarn task build:server:binary
18
# We deploy with ubuntu so that devs have a familiar environemnt.
19
FROM ubuntu:18.10
20
WORKDIR /root/project
21
-COPY --from=0 /src/packages/server/cli-linux /usr/local/bin/code-server
+COPY --from=0 /src/packages/server/cli-linux-x64 /usr/local/bin/code-server
22
EXPOSE 8443
23
RUN apt-get update && apt-get install -y \
24
openssl \
0 commit comments