2023-09-12 18:31:01 +02:00
|
|
|
#!/bin/sh
|
2020-04-09 15:43:58 +02:00
|
|
|
echo $ETHERPAD_API_KEY > /tmp/apikey
|
|
|
|
export NODE_ENV=production
|
2020-05-31 11:27:32 +02:00
|
|
|
|
2020-04-09 15:43:58 +02:00
|
|
|
node /opt/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js --apikey /tmp/apikey
|