run fedmsg-relay in the context of /tmp/module_build_service, so that it would use ./fedmsg.d configs (at least accto docs)

This commit is contained in:
Filip Valder
2016-12-09 13:29:56 +01:00
parent 139d44b1e4
commit eec8bd542f

View File

@@ -12,7 +12,7 @@ services:
depends_on:
- base
build: .
command: bash -c "cd /etc/module-build-service && fedmsg-relay"
command: fedmsg-relay
expose:
- 2001
- 2003