mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-24 13:41:21 +01:00
4 lines
165 B
Bash
Executable File
4 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
echo $ETHERPAD_API_KEY > /tmp/apikey
|
|
export NODE_ENV=production
|
|
node /opt/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js --apikey /tmp/apikey |