fix: allow specifying git ref

This commit is contained in:
Huskydog9988
2025-05-29 15:22:12 -04:00
parent 911ce09ef2
commit 7f84171ff4
+1
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