Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -94,4 +94,5 @@ EXPOSE 7860
|
|
| 94 |
|
| 95 |
ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --port 7860 --connection-token ${VS_ACCESS} \"${@}\"", "--" ]
|
| 96 |
|
|
|
|
| 97 |
#ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token \"${@}\"; tmole 7860", "--" ]
|
|
|
|
| 94 |
|
| 95 |
ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --port 7860 --connection-token ${VS_ACCESS} \"${@}\"", "--" ]
|
| 96 |
|
| 97 |
+
|
| 98 |
#ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token \"${@}\"; tmole 7860", "--" ]
|