Skip to content

Fix state issues with docker image

Josh Ellithorpe requested to merge zquestz/backend:master into master

These are the updates I applied to successfully launch the EatBCH flipstarter on kubernetes.

  • Moved db to /static/campaigns/database.db
  • Updated app to no longer need node-static. Replaced with the native static serving in express.
  • Mount point for docker image should now be /app/static/campaigns
  • Fixed applause audio!
  • Updated README.md

The app now is stable and all generated files are in /app/static/campaigns which allows me to use that as a mount point without an overlay file system.

Works with kubernetes configs found at https://github.com/zquestz/kube-flipstarter

Edited by Josh Ellithorpe

Merge request reports