Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 23:08:00 +05:00
committed by GitHub
parent 66ea7c73eb
commit 0aa8bfd64d

View File

@@ -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@latest --dev
RUN yarn add eslint-plugin-jsdoc@48.2.4 --dev
RUN yarn install --ignore-engines --verbose
RUN yarn cache clean
# Copy the application code