feat: Semantische Versionierung mit Git-Tags und App-Footer.

VERSION-Datei (0.1.0.0), Release-Flow in update-prod.sh und Build-time-Einbindung der Versionsnummer im Footer mit Copyright-Link.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-29 15:13:16 +02:00
co-authored by Cursor
parent 44652d4699
commit 878d632dc8
9 changed files with 221 additions and 22 deletions
+4 -2
View File
@@ -33,8 +33,10 @@ services:
frontend:
build:
context: ./client
dockerfile: Dockerfile
context: .
dockerfile: client/Dockerfile
args:
APP_VERSION: ${APP_VERSION:-0.1.0.0-dev}
container_name: daagbox-prod-frontend
restart: always
ports: