Attempting to fix automation problems

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

View file

@ -6,7 +6,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
# Build and test # Build and test

View file

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