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 . .