Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 22:36:22 +05:00
committed by GitHub
parent 7b5efaac36
commit e06a286b83

View File

@@ -21,7 +21,7 @@ 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 apt-get update && apt-get install -y git
# Remove Yarn and Yarnpkg binaries if they exist # Remove Yarn and Yarnpkg binaries if they exist
RUN rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg RUN rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg