We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354681a commit d99cfa7Copy full SHA for d99cfa7
src/code-server/install.sh
@@ -23,7 +23,7 @@ if [[ -n $WORKSPACE ]]; then
23
fi
24
25
# Serialize these options in the container environment for reference in JSON.
26
-cat <<<EOF > /etc/environment
+cat <<EOF >> /etc/environment
27
CODE_SERVER_HOST=$HOST
28
CODE_SERVER_PORT=$PORT
29
CODE_SERVER_FOLDER=?folder=$CODE_SERVER_WORKSPACE
0 commit comments