just overwrite it

This commit is contained in:
Thomas Bell 2020-03-28 12:31:31 -04:00
parent 50655e59f1
commit e08e14778c
No known key found for this signature in database
GPG Key ID: 0223265715C296F9

View File

@ -7,12 +7,6 @@ else
echo "starting with no password"
fi
if [ -n "${WORKSPACE_PATH}" ]; then
WORKSPACE="/config/workspace"
else
WORKSPACE="${WORKSPACE_PATH}"
fi
exec \
s6-setuidgid abc \
/usr/bin/code-server \
@ -24,4 +18,4 @@ exec \
--auth "${AUTH}" \
--cert "${CERT}" \
--cert-key "${CERT_KEY}" \
"${WORKSPACE}"
/config/workspace