docker run --rm --name pg-docker -e POSTGRES_PASSWORD=docker -d -p 5432:5432 -v $HOME/docker/volumes/postgres:/var/lib/postgresql/data postgres:11.8
docker build -t covid-19-india .
Using github maven workflow for the deployment.
In case you are using private repo, Get the access token from github
cat ~/access_token.txt | docker login https://docker.pkg.github.com -u USERNAME --password-stdin # To access private github registry