one from cases how we can use this service is to have all set of runners installed here along with crispy-cli.
we need to provide Dockerfile where we will install
- proper
nodejs version
- percona toolkit
- mysql runner
- crispy-cli
also, we need to provide the ability to mount users migrations directory to give the ability run migrations locally and avoid web, api usage
As the final step, we need CI configuration to build this image automatically
one from cases how we can use this service is to have all set of runners installed here along with
crispy-cli.we need to provide Dockerfile where we will install
nodejsversionalso, we need to provide the ability to mount users migrations directory to give the ability run migrations locally and avoid
web,apiusageAs the final step, we need CI configuration to build this image automatically