chore: generate app version during build

This commit is contained in:
Henry
2026-01-14 21:21:04 +00:00
parent 0c9561467d
commit b17a24455a
3 changed files with 20 additions and 19 deletions

View File

@@ -9,6 +9,8 @@ services:
build:
context: ..
dockerfile: apps/web/Dockerfile
args:
APP_VERSION: ${APP_VERSION:-}
env_file:
- .env
restart: unless-stopped