Compare commits

..

No commits in common. "v1.0.17" and "main" have entirely different histories.

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

View file

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