I'm getting the same error as mentioned here, but the error only happens on the automated docker hub build, not when running the Dockerfile locally. I've tried all the solutions mentioned with no success.
Asked
Active
Viewed 82 times
1 Answers
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.

jsbroks
- 530
- 6
- 15