From ddf756c68c7ff05dedd2494d00fdb9bb51a0435d Mon Sep 17 00:00:00 2001 From: nabarun Date: Thu, 4 May 2023 13:36:29 +0530 Subject: [PATCH] Fix toml-js install --- app/data/container-build/cerc-watcher-azimuth/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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