Include version info in game
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 8s
Build and Publish Docker Image / Publish to Registry (pull_request) Has been skipped

This commit is contained in:
Juan Sebastián Montoya 2025-11-26 11:04:17 -05:00
parent aeb14921bc
commit f3b11c7d63
4 changed files with 114 additions and 8 deletions

View file

@ -1,7 +1,11 @@
name: threejs-test
services:
ui:
build: .
app:
build:
context: .
args:
VERSION: ${VERSION:-dev}
BUILD_DATE: ${BUILD_DATE:-unknown}
restart: unless-stopped