Change docker image to nginx
Switches to nginx as webserver for the docker image. This is a cleaner solution as it will always return index.html
with status code 200 when the requested file could not be found.
This is better suited for a one page app.