blubber: append app base dir to PYTHONPATH.
When running the entrypoint with a full-path script, Python cannot load the local mediawiki_event_enrichment module.
By adding /srv/app to PYTHONPATH, the module can be correctly resolved.
A Blubber version bump was required to enable setting PYTHONPATH in the pipeline configuration.
Bug: T368787