diff --git a/src/Managing.WebApp/Dockerfile-web-ui-dev b/src/Managing.WebApp/Dockerfile-web-ui-dev index d098083..8e45a34 100644 --- a/src/Managing.WebApp/Dockerfile-web-ui-dev +++ b/src/Managing.WebApp/Dockerfile-web-ui-dev @@ -30,7 +30,7 @@ RUN npm install -g yarn #RUN npm i --max-old-space-size=12000 --loglevel=verbose -RUN yarn add eslint-plugin-jsdoc@36.0.8 --dev +RUN yarn add eslint-plugin-jsdoc@latest --dev RUN yarn install --ignore-engines --verbose RUN yarn cache clean # Copy the application code