run.sh 455 B

12345678910111213
  1. #!/bin/bash
  2. set -eo pipefail
  3. # not using '--entrypoint', since regular entrypoint sets up config
  4. docker run -i --rm \
  5. -e PLONE_DEVELOP=src/eea.facetednavigation \
  6. -e PLONE_ADDONS=eea.facetednavigation \
  7. -e PLONE_ZCML=eea.facetednavigation-meta \
  8. -e PLONE_VERSIONS="eea.facetednavigation=13.3 plone.restapi=5.0.0" \
  9. -e PLONE_SITE="plone" \
  10. -e PLONE_PROFILES="eea.facetednavigation:universal" \
  11. -v /plone/instance/bin/develop \
  12. "$1" cat custom.cfg