Use Makefile for simpler script run. With make we can chose just parts of a script to run, not always the entire folder.
,
This is the syntax, and to run init we would do as follows in terminal: make up and to only docker compose up we would do make docker-up
Use Makefile for simpler script run. With make we can chose just parts of a script to run, not always the entire folder. , This is the syntax, and to run init we would do as follows in terminal:
make up
and to only docker compose up we would domake docker-up