From 65b7aa9d4cc2ae610caf1e2999309793c96a6551 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Tue, 10 Jun 2025 11:52:34 -0500 Subject: [PATCH] Had commented out the wrong line in the Dockerfile --- Dockerfile | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index aa5f7be..5d9ebd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ WORKDIR /usr/src/app # Install app dependencies COPY package*.json ./ -COPY .npmrc ./ -#COPY yarn.lock ./ +#COPY .npmrc ./ +COPY yarn.lock ./ RUN yarn install --frozen-lockfile # Build and test diff --git a/package.json b/package.json index 5b405a2..b2956bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ba-website", - "version": "1.0.17", + "version": "1.0.18", "description": "The Bridgeman Accessible main website", "main": "server.js", "scripts": {