mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 15:46:35 +00:00
fix(docker): simplify version arg to COOLIFY_GIT_COMMIT
Nested dollar-brace defaults dont resolve in Docker Compose. Use COOLIFY_GIT_COMMIT directly which Coolify always provides. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a03a0d17de
commit
cefd378b67
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
context: .
|
||||
dockerfile: deploy/docker/Dockerfile.server
|
||||
args:
|
||||
BF_SERVER_VERSION: ${BF_SERVER_VERSION:-${COOLIFY_GIT_COMMIT:-${SOURCE_COMMIT:-dev}}}
|
||||
BF_SERVER_VERSION: ${COOLIFY_GIT_COMMIT:-dev}
|
||||
container_name: betterframe-server
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue