Archived
1
0

Combine main and webview servers

This commit is contained in:
Asher
2019-07-23 19:06:40 -05:00
parent fd55139c82
commit 329acbb251
5 changed files with 26 additions and 39 deletions

View File

@ -57,6 +57,5 @@ VOLUME [ "/home/coder/project" ]
COPY --from=0 /src/build/code-server /usr/local/bin/code-server
EXPOSE 8443
EXPOSE 8444
ENTRYPOINT ["dumb-init", "code-server", "--host", "0.0.0.0"]