Update Dockerfile-web-ui-dev to add eslint-plugin-jsdoc@latest

This commit is contained in:
2025-02-01 21:52:28 +07:00
parent b343880bf6
commit 478a6e0506

View File

@@ -34,6 +34,7 @@ RUN yarn -v
#RUN npm i --max-old-space-size=12000 --loglevel=verbose #RUN npm i --max-old-space-size=12000 --loglevel=verbose
# RUN yarn add eslint-plugin-jsdoc@37.9.7 --dev --ignore-engines # RUN yarn add eslint-plugin-jsdoc@37.9.7 --dev --ignore-engines
RUN yarn add eslint-plugin-jsdoc@latest --dev --ignore-engines
# Explicitly install Tailwind CSS and plugins if needed # Explicitly install Tailwind CSS and plugins if needed
RUN yarn add -D tailwindcss postcss autoprefixer @tailwindcss/typography RUN yarn add -D tailwindcss postcss autoprefixer @tailwindcss/typography