Files
archived-starters/examples/openvscode-server/Dockerfile
GrimZZZ-404 3fec5b27bd self update openvscode-server to latest version (#227)
* Self-Updates to latest version on Redeploy

* made token variable optional

Co-authored-by: Milo <50248166+Milo123459@users.noreply.github.com>

Co-authored-by: Milo <50248166+Milo123459@users.noreply.github.com>
2022-01-04 19:05:04 -05:00

4 lines
241 B
Docker

# created by GrimZZZ-404 & Milo123459
ARG RELEASE_TAG=latest PORT TOKEN
FROM gitpod/openvscode-server:${RELEASE_TAG}
ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/server.sh --port ${PORT} --connection-token ${TOKEN}", "--" ]