mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +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:
committed by
GitHub
parent
fadd5b138c
commit
3017fd4ed4
@@ -8,4 +8,4 @@ then
|
|||||||
echo "$HOST_IP $HOST_DOMAIN" >> /etc/hosts
|
echo "$HOST_IP $HOST_DOMAIN" >> /etc/hosts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
node bundle.js --listen-api
|
exec node bundle.js --listen-api
|
||||||
|
|||||||
Reference in New Issue
Block a user