9140613a96
The starting scripts now `exec` the main service instead of starting it as a subprocess. Also in line with docker-entrypoint recommendations.
6 lines
156 B
Bash
Executable File
6 lines
156 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
export METEOR_SETTINGS=` jq "${METEOR_SETTINGS_MODIFIER}" ./programs/server/assets/app/config/settings-production.json `
|
|
|
|
exec node main.js
|