Docker image now allows passing CLI args to node
This commit is contained in:
@@ -6,4 +6,4 @@ if [ ! -e "config/config.yaml" ]; then
|
||||
fi
|
||||
|
||||
# Start the server
|
||||
exec node server.js --listen
|
||||
exec node server.js --listen "$@"
|
||||
|
||||
Reference in New Issue
Block a user