Add version tag system, for matching if the deployment is the newest one

or not.
This commit is contained in:
yuanhau 2025-06-08 21:36:37 +08:00
parent 61de16e285
commit dd39bc3910
5 changed files with 25 additions and 4 deletions

View file

@ -14,7 +14,7 @@
# Copy source files
COPY . .
RUN bun run generateVersionTag
# Build the application
RUN bun run build