Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on May 28, 2020
Commits on May 5, 2020
Commits on Feb 26, 2020
Commits on Feb 21, 2020
Commits on Feb 3, 2020
Commits on Jan 21, 2020
-
Edit Dockerfile to use multi stage build. First stage use node to compile website for production, second stage use nginx to deploy the precompiled website. Settings and queries still can be passed at runtime by sharing the volume /usr/share/nginx/html/queries.json. Instructions for Docker have been added to the README (#61)