tommy24 commited on
Commit
ffe7ae3
·
1 Parent(s): cac5c25

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ USER openvscode-server
17
 
18
  EXPOSE 7860
19
 
20
- ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token \"${@}\"", "--" ]
 
17
 
18
  EXPOSE 7860
19
 
20
+ ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --port 7860 --connection-token 123456 \"${@}\"", "--" ]