Compare commits

...

2 commits

Author SHA1 Message Date
Alan Bridgeman
65b7aa9d4c Had commented out the wrong line in the Dockerfile
Some checks failed
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 49s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-10 11:52:34 -05:00
Alan Bridgeman
caa2f2a161 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
2025-06-10 11:34:57 -05:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "ba-website", "name": "ba-website",
"version": "1.0.16", "version": "1.0.18",
"description": "The Bridgeman Accessible main website", "description": "The Bridgeman Accessible main website",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {