Add stack for azimuth watchers with gateway-server #379

Merged
nikugogoi merged 7 commits from ng-azimuth into main 2023-05-04 10:05:04 +00:00
Showing only changes of commit ddf756c68c - Show all commits

View File

@ -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