mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 04:00:59 +00:00
Update entrypoint.sh
Replace entrypoint.sh process with node process in final command to allow passing signals to the node process (e.g. SIGTERM upon stopping the container)
This commit is contained in:
parent
fadd5b138c
commit
3017fd4ed4
@ -8,4 +8,4 @@ then
|
||||
echo "$HOST_IP $HOST_DOMAIN" >> /etc/hosts
|
||||
fi
|
||||
|
||||
node bundle.js --listen-api
|
||||
exec node bundle.js --listen-api
|
||||
|
Loading…
Reference in New Issue
Block a user