chevereto / docker

Template project for deploying Chevereto V4 based applications using Docker
https://v4-docs.chevereto.com/guides/docker/
MIT License
58 stars 18 forks source link

Provide application on image layer #1

Closed rodber closed 3 years ago

rodber commented 3 years ago

Current implementation uses a bootstrap script on container run, which is nice for dev/testing on the fly. However, for production provisioning the application code should be included within the image itself without any bootstrap script for better container portability.

Chevereto-Free application code is trivial to add, to distribute it. But the paid edition require to carry a build process for each different license, a process that at this time will be a user responsibility while we get the size to provide our own private Docker registry.

The dockerfiles needs to be rewritten, perhaps re-organize the entire repo.