diff --git a/Dockerfile b/Dockerfile index ac6caa5..1e000a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV NODE_ENV=production ENV NUXT_TELEMETRY_DISABLED=1 # add git so drop can determine its git ref at build -RUN apk add git +RUN apk add --no-cache git # copy deps and rest of project files COPY --from=deps /app/node_modules ./node_modules