21 lines
691 B
Bash
21 lines
691 B
Bash
# ===================================================================
|
|
# Clients Docker Build Arguments - dockerfiles/clients/*
|
|
# Source: docker/versions.toml [categories.clients]
|
|
# Last updated: 2025-11-18 14:30:11 UTC
|
|
# ===================================================================
|
|
|
|
# --- Include Global Arguments ---
|
|
# Source global.env for GRADLE_VERSION, JAVA_VERSION, VERSION
|
|
|
|
# --- Client-Specific Build Tools ---
|
|
NODE_VERSION=22.21.0
|
|
NGINX_VERSION=1.28.0-alpine
|
|
|
|
# --- Client Build Configuration ---
|
|
CLIENT_PATH=client
|
|
CLIENT_MODULE=client
|
|
CLIENT_NAME=meldestelle-client
|
|
|
|
# Note: Runtime/Dev values moved to config/env/.env
|
|
# Keep this file strictly for build-time values only.
|