Update Dockerfile-web-ui-dev
This commit is contained in:
@@ -21,7 +21,9 @@ COPY ./src/Managing.WebApp/package*.json ./
|
||||
# Install dependencies
|
||||
#RUN npm ci --production --loglevel=verbose
|
||||
#RUN npm i --omit=dev --loglevel=verbose
|
||||
RUN rm -f /usr/local/bin/yarn
|
||||
RUN npm install -g yarn
|
||||
|
||||
#RUN npm i --max-old-space-size=12000 --loglevel=verbose
|
||||
RUN yarn install --ignore-engines --verbose
|
||||
RUN yarn cache clean
|
||||
|
||||
Reference in New Issue
Block a user