I’ve finally got my personal site built using a parcel docker image that mounts the built files into a volume to be shared with the nginx container. This was after multiple occasions of me typing “src” instead of “srv”…
Anyway, it works now and with a bit of tweaking I can do the same to all of my parcel apps so that they can all be rebuilt using docker. Then I will update their build.sh to “up” each respective docker-compose service and it should be good to go.
Then I should probably uninstall hugo, yarn etc. from my server.