Allow graceful shutdown in Docker

This commit is contained in:
Grzegorz Gidel
2023-04-18 05:16:00 +02:00
parent f38ca26c68
commit 70b8599e03
2 changed files with 6 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ if [ ! -s "/home/node/app/config/settings.json" ]; then
fi
# Start the server
node /home/node/app/server.js
exec node /home/node/app/server.js