Movie collection challenge Live Demo Live Demo Pre requirements docker Testing the application docker build -t movie.collection -f .\MovieCollection.Server\Dockerfile . docker run --rm -it -p 8080:8080 movie.collection Now, you can run the application on http://localhost:8080 Author Felipe Pires Soares