diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e056fdf5f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ + + +### Describe in detail the problem you had and how this PR fixes it + +### Is there an open issue you can link to? + diff --git a/Dockerfile b/Dockerfile index 87d7fcbf6..06f268276 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN yarn && yarn task build:server:binary # We deploy with ubuntu so that devs have a familiar environemnt. FROM ubuntu:18.10 WORKDIR /root/project -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 EXPOSE 8443 RUN apt-get update && apt-get install -y \ openssl \