Missed this when moving repos over to local deps instead of npmjs.
The dockerfile here is copying the full monorepo into the mock-chronik-client workdir, instead of just the mock-chronik-client dir.
This causes publication of the whole monorepo as a module to (thankfully) fail as the npm publish auth is then not at the expected dir level.