trying to get git commit hash working (attempt 3)

This commit is contained in:
corgifist 2025-07-28 21:32:22 +03:00
parent 10ad436c92
commit e79cf886dc

View File

@ -30,6 +30,9 @@ CMD ["/bin/sh", "-c", "\
FROM base AS builder FROM base AS builder
WORKDIR /app WORKDIR /app
RUN apk add --no-cache git
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .