Run the migration script in the container

22 Views Asked by At

I built a rest api application using nest.js, with the migration source code in one project, so that when I created an image and then a container, the migration source code was in both the image and my application container. Do you have any suggestions as to the best way to run my current containerized database migration script? Thank You.

0

There are 0 best solutions below