mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-14 23:02:29 +02:00
etherpad: add plugins (enables closed captions)
This commit is contained in:
5
mod/etherpad/entrypoint.sh
Executable file
5
mod/etherpad/entrypoint.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/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
|
Reference in New Issue
Block a user