Spaces:
Running
Running
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}\" \"${@}\"", "--" ] |