bigbluebutton-Github/bigbluebutton-html5/docker-entrypoint.sh
2021-05-01 16:59:20 +02:00

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