Fixed some files related to dependencies for building the image
Some checks failed
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 1m0s
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped

This commit is contained in:
Alan Bridgeman 2025-06-19 02:33:21 -05:00
parent 6d01f09030
commit 10a089581f
4 changed files with 3770 additions and 3 deletions

View file

@ -3,7 +3,6 @@ FROM node:lts
WORKDIR /usr/src/app
COPY package*.json ./
COPY .npmrc ./
COPY yarn.lock ./
RUN yarn install --frozen-lockfile