From 7f84171ff46e984fe335c8ce2fccc6ad7c980709 Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Thu, 29 May 2025 15:22:12 -0400 Subject: [PATCH] fix: allow specifying git ref --- server/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Dockerfile b/server/Dockerfile index 1e000a13..3ac6b7a5 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -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