Watch
1
0
Fork
You've already forked RedFlag
0

fix: set BUILD_VERSION default to 0.2.0 so compose works without env var

This commit is contained in:
Fimeg 2026-05-22 16:03:59 -04:00
commit 5ee5134412

View file

@ -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