mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-15 06:09:30 +02:00
just overwrite it
This commit is contained in:
parent
50655e59f1
commit
e08e14778c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user