fedired-backend/entrypoint.sh

5 lines
82 B
Bash
Raw Normal View History

2024-11-08 15:13:47 +00:00
#!/bin/bash
./node_modules/.bin/typeorm migration:run -d ormconfig.js
yarn start