bbb-docker/mod/etherpad/entrypoint.sh

5 lines
166 B
Bash
Raw Normal View History

2023-02-14 23:15:32 +08:00
#!/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