fix: set BUILD_VERSION default to 0.2.0 so compose works without env var
This commit is contained in:
parent
9da9e0b67c
commit
5ee5134412
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ services:
|
|||
context: .
|
||||
dockerfile: ./server/Dockerfile
|
||||
args:
|
||||
BUILD_VERSION: ${BUILD_VERSION:-dev}
|
||||
BUILD_VERSION: ${BUILD_VERSION:-0.2.0}
|
||||
container_name: redflag-server
|
||||
volumes:
|
||||
- server-config:/app/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue