v1.7.1 - Makefile Improvements
Changes
- The
make build
command was improved to only generate the .env file if it doesn't exist already. - The
make stop
command was updated to only stop the containers instead of removing them. - A new
make status
command was added to show the status of the containers. - A new
make down
command was added to stop and remove the containers.
New Contributors
- Marcos Soares (@marcosoliveirasoares94) - #9