Feature/Update versioning logic (#7)
Reviewed-on: #7 Co-authored-by: Juan Sebastian Montoya <juansmm@outlook.com> Co-committed-by: Juan Sebastian Montoya <juansmm@outlook.com>
This commit is contained in:
parent
c933f5f8cc
commit
28c820488e
6 changed files with 117 additions and 9 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