Build [v1.9.3] (Fix Host-Side Port Interpolation with Root .env)

This commit is contained in:
Daniel Bedeleanu
2026-04-13 21:12:55 +03:00
parent 2b8d0b3f43
commit 30be967887
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ cp install_service.sh "$PROD_DIR/"
cp inventory.service.template "$PROD_DIR/"
cp USER_GUIDE.md "$PROD_DIR/"
cp README.md "$PROD_DIR/INSTALLATION_GUIDE.md"
cp .env "$PROD_DIR/"
cp .git_path "$PROD_DIR/" 2>/dev/null || true
cp frontend/VERSION.json "$PROD_DIR/"
cp frontend/VERSION.json "$PROD_DIR/frontend/"

View File

@@ -1 +1 @@
{"version": "1.9.2", "last_build": "2026-04-13-2057", "codename": "EnvFix", "commit": "07b15c8e"}
{"version": "1.9.3", "last_build": "2026-04-13-2112", "codename": "PortFix", "commit": "2b8d0b3f"}