Archived
1
0

Change default port to 8080

This commit is contained in:
Asher
2019-08-08 11:21:45 -05:00
parent 2b3e8e1a89
commit d4ed2efa71
8 changed files with 21 additions and 22 deletions

View File

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