-
/public
is a simple code export fromwebflow.com
forcoronawhy.org
website (July 13th, 2020) -
Dockerfile
packages the website into very slim alpine based docker image, via node and serve. -
build container exposes 5000 port
- repackage into webserver backend more suitable for production like
nginx
instead ofserve
(will need extra configuring on top of nginx image)
The dynamic features of webflow platform don't work and need reimplementing