make run
make cleanall
make login
make push
- First check the docker container id by running
docker ps [--all]
- Then check the log by running
docker logs -f <app_container_id>
- Get all containers
docker ps --all
- Stop and kill container by names
docker stop <NAMES>
docker rm <NAMES>
https://gist.github.com/yschen5812/e5ef56c3d14aa224c72114f20cd8115f