Adding production and deployment files.
This commit is contained in:
10
entrypoint.sh
Normal file
10
entrypoint.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user