docker/mod/etherpad/entrypoint.sh
2023-09-12 18:31:01 +02:00

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