Awesome Project Build with TypeORM Development build docker-compose up --force-recreate Production build Change docker file in docker-compose.yaml docker-compose up --build --force-recreate -d Sync schema yarn typeorm schema:sync Run migrations yarn typeorm migration:run More about typeorm cli