gitpodvscode / Dockerfile
lancelotly's picture
Update Dockerfile
77e2a8e verified
raw
history blame contribute delete
209 Bytes
FROM gitpod/openvscode-server:nightly
USER root
ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --connection-token \"${CONNECTION_TOKEN}\" \"${@}\"", "--" ]