Docker image now allows passing CLI args to node

This commit is contained in:
YaraTheNomad
2024-12-10 16:05:13 +00:00
parent d2a39f7de8
commit 01dec6466c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ if [ ! -e "config/config.yaml" ]; then
fi
# Start the server
exec node server.js --listen
exec node server.js --listen "$@"