From 8673798385411e2b1a9f28a74a822115457c9450 Mon Sep 17 00:00:00 2001 From: kevkevin Date: Wed, 26 Apr 2023 15:23:17 -0500 Subject: [PATCH] ci: added .git since it'll fail the yarn install --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b4f85550f..1e46693d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /usr/src/app COPY package*.json ./ COPY yarn.lock ./ +COPY .git ./ RUN yarn install COPY . .