add build version tracking with commit SHA, version number, and build timestamp to frontend
This commit is contained in:
@@ -5,6 +5,9 @@ FROM node:20-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ARG GITEA_SHA
|
||||
ARG COMMIT_SHA
|
||||
|
||||
# Copy package files
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user