From d9b584c423b0871bb0b834cec6d6c775829e5677 Mon Sep 17 00:00:00 2001 From: Cogent Apps Date: Tue, 21 Mar 2023 00:26:34 +0000 Subject: [PATCH] install git --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b013458..32079a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ COPY ./app/src ./src ENV NODE_ENV=production ENV REACT_APP_AUTH_PROVIDER=local +RUN apk add --update --no-cache git RUN npm run build FROM node:19-alpine AS server