Simple HTTP/2 server for static single page apps, complete with auto-redirect to the home page to handle front-end routing. Designed for a microservices based architecture, you can build up your deployment in a couple ways.
FROM spa-server:latest
COPY config.yaml /
COPY server.crt /
COPY server.key /
ADD www /www/