testing deployment with content only website
initialise by fetching services dockerfiles with
run init
this will populate ./containers/dockerfiles
with the list from ./containers/seeds/seeds.yaml
then build using astro-big-doc repo with
run build
this will take as input that will be mapped as volumes
- ./content
- ./public
- ./menu.yaml
and will generate the build in the ./dist
folder
then test by deploying a server on http://localhost
run server