tarantoolapp
tarantoolapp copied to clipboard
Docker
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.