Attempting to fix automation problems
Some checks failed
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 9s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped

This commit is contained in:
Alan Bridgeman 2025-06-10 11:34:57 -05:00
parent 8d35d69efa
commit caa2f2a161
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ WORKDIR /usr/src/app
# Install app dependencies
COPY package*.json ./
COPY .npmrc ./
COPY yarn.lock ./
#COPY yarn.lock ./
RUN yarn install --frozen-lockfile
# Build and test