Compare commits

..

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

2 changed files with 2 additions and 2 deletions

View file

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

View file

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