mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 13:16:48 -06:00
Trying to fix issue. Updating to version 2.0.17
This commit is contained in:
parent
dddaf129f4
commit
04e26f2afc
@ -77,9 +77,9 @@ fi
|
||||
|
||||
# Allow users to have scripts run on container startup to prepare workspace.
|
||||
# https://github.com/coder/code-server/issues/5177
|
||||
if [ -d "${ENTRYPOINTD}" ]; then
|
||||
find "${ENTRYPOINTD}" -type f -executable -print -exec {} \;
|
||||
fi
|
||||
#if [ -d "${ENTRYPOINTD}" ]; then
|
||||
#find "${ENTRYPOINTD}" -type f -executable -print -exec {} \;
|
||||
#fi
|
||||
|
||||
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
|
||||
exec dumb-init sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms $@"
|
||||
|
@ -1 +1 @@
|
||||
2.0.16
|
||||
2.0.17
|
Loading…
Reference in New Issue
Block a user