Handle arch in dockerfile and add PR template (#109)
* repo: add a pull request template * Dockerfile: include arch when copying Thanks @yush1ga and @zerdos
This commit is contained in:
parent
c8afb7908e
commit
96175d36ea
6
.github/pull_request_template.md
vendored
Normal file
6
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<!-- Please answer these questions before submitting your PR. Thanks! -->
|
||||||
|
|
||||||
|
### Describe in detail the problem you had and how this PR fixes it
|
||||||
|
|
||||||
|
### Is there an open issue you can link to?
|
||||||
|
|
@ -18,7 +18,7 @@ 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 environemnt.
|
||||||
FROM ubuntu:18.10
|
FROM ubuntu:18.10
|
||||||
WORKDIR /root/project
|
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
|
EXPOSE 8443
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
openssl \
|
openssl \
|
||||||
|
Reference in New Issue
Block a user