docker-compose up -d --build && docker rmi $(docker images -f “dangling=true” -q)docker-compose down -vDev Containers
sh docker.sh # this command will docker-compose down then docker-compose up automatically
npm install # for your local development
noted: if you desire to put additional package from node_modules, you can do it! but remind yourself to run sh docker.sh again because you should ensure that devEnv in contaner should up to date with your desire !
http://localhost:[PORT] # in this project PORT = 3000
- front end
- back end
- Devops
