attestation-manager build according to deployment/ci/Dockerfile fails
#14 [builder 8/8] RUN yarn build
#14 0.284 yarn run v1.22.19
#14 0.330 $ rimraf dist
#14 0.417 $ nest build
#14 6.495 src/client/nats.client.ts:9:6 - error TS1239: Unable to resolve signature of parameter decorator when called as an expression.
#14 6.495 Argument of type 'undefined' is not assignable to parameter of type 'string | symbol'.
#14 6.495
#14 6.495 9 @Inject(NATSServices.SERVICE_NAME) private natsClient: ClientProxy,
#14 6.495 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#14 6.495
#14 6.497 Found 1 error(s).
#14 6.497
#14 6.526 error Command failed with exit code 1.
#14 6.527 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
#14 ERROR: process "/bin/sh -c yarn build" did not complete successfully: exit code: 1
------
> [builder 8/8] RUN yarn build:
6.495 src/client/nats.client.ts:9:6 - error TS1239: Unable to resolve signature of parameter decorator when called as an expression.
6.495 Argument of type 'undefined' is not assignable to parameter of type 'string | symbol'.
6.495
6.495 9 @Inject(NATSServices.SERVICE_NAME) private natsClient: ClientProxy,
6.495 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6.495
6.497 Found 1 error(s).
6.497
6.526 error Command failed with exit code 1.
6.527 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
------