Build image with:
docker build -t movie-api-demo:latest .      

Run container with:
docker run --rm -p 8080:8080 movie-api-demo:latest

