Docker image that builds & hosts a Gatsby generated static site behind Nginx
This image has two major tags:
latest
- will serve your assets on production using up an nginx server
- Build it
cd site && gatsby build
- Use it
./run-rm.sh
HTTP_PORT=80
PUBLIC_PATH=/pub