mempool/entrypoint.sh
2020-02-26 03:33:17 +09:00

11 lines
175 B
Bash

#!/bin/sh
mysqld_safe&
sleep 5
nginx
cd /mempool.space/backend
rm -f mempool-config.json
rm -f cache.json
touch cache.json
jq -n env > mempool-config.json
node dist/index.js