diff --git a/Dockerfile b/Dockerfile index 76817c9..aa5f7be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package.json b/package.json index 7c5c066..5b405a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ba-website", - "version": "1.0.16", + "version": "1.0.17", "description": "The Bridgeman Accessible main website", "main": "server.js", "scripts": {