docker/mod/webhooks/entrypoint.sh
2020-07-01 00:45:36 +02:00

10 lines
173 B
Bash
Executable File

#!/bin/sh
export NODE_ENV=production
cd /app
dockerize \
-wait tcp://redis:6379 \
-template /app/config/default.yml.tmpl:/app/config/default.yml \
node app.js