fix: git install in docker

This commit is contained in:
Huskydog9988
2025-05-29 14:18:19 -04:00
parent dc982df96b
commit f08e1b40c3

View File

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