lancelotly commited on
Commit
cd1a91f
·
verified ·
1 Parent(s): fda184f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
  FROM gitpod/openvscode-server
2
 
3
- USER root
 
 
 
1
  FROM gitpod/openvscode-server
2
 
3
+ USER root
4
+
5
+ ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --connection-token \"${CONNECTION_TOKEN}\" \"${@}\"", "--" ]