diff --git a/src/Dockerfile b/src/Dockerfile index f57a7da..bb52aa1 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -30,6 +30,9 @@ CMD ["/bin/sh", "-c", "\ FROM base AS builder WORKDIR /app + +RUN apk add --no-cache git + COPY --from=deps /app/node_modules ./node_modules COPY . .