[Docker build](https://docs.docker.com/engine/reference/commandline/build/)
`docker build -t image_name .`
`docker build . -t <your username>/nodejs-be`
`docker build . -t hoangtd/nodejs-be`
`docker run -p 49160:8080 -d <your username>/nodejs-be`
`docker ps`
`docker logs <container id>`
`docker exec -it <container id> /bin/bash`
`docker build -t duyhoangptit/nodejs-cicd:tagname .`
`docker push duyhoangptit/nodejs-cicd:tagname`
--production de loai bo cac lib trong devDependencies
--silent: loai bo bot log o terminal
--no-cache: Neu muon bo cache thi them option nay vao cuoi cung khi build image
su dung
unit test: https://viblo.asia/p/unit-test-cho-nodejs-restful-api-voi-mocha-va-chai-bWrZnLAv5xw