Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 22:27:59 +05:00
committed by GitHub
parent c74cca9f4a
commit 40aa6cf7b2

View File

@@ -21,7 +21,9 @@ COPY ./src/Managing.WebApp/package*.json ./
# Install dependencies # Install dependencies
#RUN npm ci --production --loglevel=verbose #RUN npm ci --production --loglevel=verbose
#RUN npm i --omit=dev --loglevel=verbose #RUN npm i --omit=dev --loglevel=verbose
RUN rm -f /usr/local/bin/yarn
RUN npm install -g yarn RUN npm install -g yarn
#RUN npm i --max-old-space-size=12000 --loglevel=verbose #RUN npm i --max-old-space-size=12000 --loglevel=verbose
RUN yarn install --ignore-engines --verbose RUN yarn install --ignore-engines --verbose
RUN yarn cache clean RUN yarn cache clean