luke.b//blog

< back to logs after before

For my birthday I am giving myself the gift of dockerising my deployment infrastructure 🎁

So far I have figured out the changes I will need to make this happen.

Static apps are built into a collection of static files for serving via a web server:

  • changes pushed to remote git repo
  • build.sh file will rebuild docker container via docker-compose up
  • built files are written to the mounted “www” volume
  • nginx container will serve the “www” volume