Had commented out the wrong line in the Dockerfile

This commit is contained in:
Alan Bridgeman 2025-06-10 11:52:34 -05:00
parent caa2f2a161
commit eaa9f956d7
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@ 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.17", "version": "1.0.18",
"description": "The Bridgeman Accessible main website", "description": "The Bridgeman Accessible main website",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {