0π
β
It was an issue related the most recent build. I fixed it by adding
RUN npm uninstall ajv
RUN npm install ajv@6.8.1
to the dockerfile. This should not longer be an issue for anyone or you are using the wrong version of ajv.
Source:stackexchange.com