fix: allow specifying git ref

This commit is contained in:
Huskydog9988
2025-05-29 15:22:12 -04:00
parent ad2c0f982a
commit 59b77b5a5e

View File

@ -22,6 +22,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . .
ARG BUILD_DROP_VERSION="v0.0.0-unknown.1"
ARG BUILD_GIT_REF
# build
RUN yarn postinstall