fedired-backend/entrypoint.sh
2024-11-08 16:13:47 +01:00

5 lines
82 B
Bash
Executable File

#!/bin/bash
./node_modules/.bin/typeorm migration:run -d ormconfig.js
yarn start