diff --git a/app/data/container-build/cerc-watcher-azimuth/Dockerfile b/app/data/container-build/cerc-watcher-azimuth/Dockerfile index 8c299257..eaf717aa 100644 --- a/app/data/container-build/cerc-watcher-azimuth/Dockerfile +++ b/app/data/container-build/cerc-watcher-azimuth/Dockerfile @@ -10,4 +10,4 @@ RUN echo "Building azimuth-watcher-ts" && \ yarn && yarn build RUN echo "Install toml-js to update watcher config files" && \ - yarn add --dev toml-js + yarn add --dev --ignore-workspace-root-check toml-js