Include version info in game
This commit is contained in:
parent
aeb14921bc
commit
f3b11c7d63
4 changed files with 114 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue