what best way to execute migrations and seeds on docker with sequelize-cli? Every time i run sequelize-cli init the configuration files is overwrite and are writes with default configurations and i lose my configurations file write in typescript to json.
Asked
Active
Viewed 354 times
1 Answers
0
i found the better is use sequelize without cli on container. Like that:
npx sequelize db:migrate

Welton Leão Machado
- 71
- 1
- 7