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:
Vašek Chalupníček 2023-07-18 13:08:39 +02:00 committed by GitHub
parent fadd5b138c
commit 3017fd4ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,4 @@ then
echo "$HOST_IP $HOST_DOMAIN" >> /etc/hosts
fi
node bundle.js --listen-api
exec node bundle.js --listen-api