I created a Dockerfile to run a simple Vue.js SPA using lighttpd as the webserver.
Dockerfile
FROM node:fermium-alpine AS builder RUN a