mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
fix: git install in docker
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ ENV NODE_ENV=production
|
|||||||
ENV NUXT_TELEMETRY_DISABLED=1
|
ENV NUXT_TELEMETRY_DISABLED=1
|
||||||
|
|
||||||
# add git so drop can determine its git ref at build
|
# 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 deps and rest of project files
|
||||||
COPY --from=deps /app/node_modules ./node_modules
|
COPY --from=deps /app/node_modules ./node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user