first commit
This commit is contained in:
7
myteamwallet_backend/startup.dev.sh
Normal file
7
myteamwallet_backend/startup.dev.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
/opt/wait-for-it.sh postgres:5432
|
||||
npm run migration:run
|
||||
npm run seed:run
|
||||
npm run start:prod
|
||||
Reference in New Issue
Block a user