It would be great to add the following features to the templates:
- Add
Dockerfile.dev to build an image for development (with tests and debug utils).
- Add
Dockerfile.prod to build an image for deployment to production (without tests).
- Add
docker-dev, docker-prod, docker-test, docker-run recipes to the Makefile.
- Maybe add cli parameter to set Tarantool version or Docker image tag to be used in the templates.
It would be great to add the following features to the templates:
Dockerfile.devto build an image for development (with tests and debug utils).Dockerfile.prodto build an image for deployment to production (without tests).docker-dev,docker-prod,docker-test,docker-runrecipes to the Makefile.