Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 22:37:44 +05:00
committed by GitHub
parent e06a286b83
commit b2e8dc87be

View File

@@ -21,7 +21,7 @@ COPY ./src/Managing.WebApp/package*.json ./
# Install dependencies
#RUN npm ci --production --loglevel=verbose
#RUN npm i --omit=dev --loglevel=verbose
RUN apt-get update && apt-get install -y git
RUN apk update && apk add --no-cache git
# Remove Yarn and Yarnpkg binaries if they exist
RUN rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg