From 5f09fa2490f6283606c64be6eef6274c80c37918 Mon Sep 17 00:00:00 2001 From: Olly Hearn Date: Wed, 24 May 2023 14:46:58 +0300 Subject: [PATCH] auth fixes --- react/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/Dockerfile b/react/Dockerfile index e836644..dbc8441 100644 --- a/react/Dockerfile +++ b/react/Dockerfile @@ -6,7 +6,7 @@ COPY /app /app # COPY package-lock.json /app/package-lock.json # Same as npm install -RUN npm install +RUN npm ci # COPY . /app #