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