run.sh 305 B

12345678910
  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. -v /plone/instance/bin/develop \
  9. "$1" cat custom.cfg