From f11f54e42278af0ad3693ee2e4c55a42b2bf355a Mon Sep 17 00:00:00 2001 From: Jocelyn Cabildo Date: Wed, 18 Sep 2024 12:36:55 -0700 Subject: [PATCH 1/2] Rebuilding FOI Web --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 26b7877f..19e097a2 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /usr/src/app COPY package*.json ./ # Install dependencies -RUN npm install --legacy-peer-deps +RUN npm install # Copy the application code COPY . . From c81ec62a193f30bbd4084958599ef56cf08cd585 Mon Sep 17 00:00:00 2001 From: Jocelyn Cabildo Date: Wed, 18 Sep 2024 12:40:28 -0700 Subject: [PATCH 2/2] Rebuilding FOI Web --- README.md | 3 ++- web/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc19bb2a..fdb22ce2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# About +# About + This repo was created to be the future home of a new application for citizens to submit Freedom of Information (FOI) requests. [Here is the existing online form](https://forms.gov.bc.ca/governments/foi/) for submitting FOI requests. diff --git a/web/Dockerfile b/web/Dockerfile index 19e097a2..26b7877f 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /usr/src/app COPY package*.json ./ # Install dependencies -RUN npm install +RUN npm install --legacy-peer-deps # Copy the application code COPY . .