build docker image docker build -t docker-demo-api:0.0.1 -f Dockerfile . run container docker run -dp 8080:8080 docker-demo-api:0.0.1