mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
fix: ensure dumb-init is PID 1 (#4846)
Exec to dumb-init in entrypoint script, so that it can handle signals and reap subprocesses.
This commit is contained in:
parent
03c62242ee
commit
102478bdea
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ if [ "${DOCKER_USER-}" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dumb-init /usr/bin/code-server "$@"
|
exec dumb-init /usr/bin/code-server "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue