Open JeffersonBledsoe opened 9 months ago
I'm interested in an acceptance server with addons, too. After trying some approaches, I stumbled upon cookiecutter-plone-starter, which is templating a build of an image for this purpose. I wonder if this could enhance plone/server-acceptance to be configurable with additional add-ons.
See cookiecutter-plone-starter Dockerfile.acceptance: https://github.com/collective/cookiecutter-plone-starter/blob/main/%7B%7B%20cookiecutter.project_slug%20%7D%7D/backend/Dockerfile.acceptance
[UPDATE] It IS the example of plone/server-acceptance with add-on. 👍🏻
The development image allows you to install addons and configure profiles, however the
server-acceptance
Dockerfile doesn't use thedocker-entrypoint.sh
script for starting, skipping over all of this customisable configuration