mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-26 01:53:22 +01:00
5 lines
164 B
Bash
Executable File
5 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
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 |