mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-27 11:56:11 +02:00
separate bbb-html5
This commit is contained in:
10
mod/html5/entrypoint.sh
Executable file
10
mod/html5/entrypoint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /app
|
||||
export ROOT_URL=http://127.0.0.1/html5client
|
||||
export MONGO_URL=mongodb://10.7.7.6/meteor
|
||||
export NODE_ENV=production
|
||||
export ENVIRONMENT_TYPE=production
|
||||
export PORT=3000
|
||||
|
||||
node main.js
|
Reference in New Issue
Block a user