feat: display app version in user menu (#310)

* feat: display app version

* feat: add fetch depth
This commit is contained in:
Henry
2026-01-13 12:48:07 +00:00
committed by GitHub
parent 47b6f06be4
commit 0c9561467d
4 changed files with 64 additions and 0 deletions

View File

@@ -37,9 +37,11 @@ RUN turbo prune --scope=${PROJECT} --scope=@kan/db --docker
# 3. Build the project
FROM base AS builder
ARG PROJECT
ARG APP_VERSION
# Environment to skip .env validation on build
ENV CI=true
ENV NEXT_PUBLIC_APP_VERSION=${APP_VERSION}
WORKDIR /app