Skip to content

Commit b1fc7f5

Browse files
committed
Add build args for standalone service in Docker Compose
1 parent 687e37c commit b1fc7f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ services:
6969
standalone:
7070
image: ${IMAGE_REG}/${IMAGE_NAME}-standalone:${IMAGE_TAG}
7171
build:
72+
args:
73+
VERSION: ${VERSION}
74+
BUILD_INFO: ${BUILD_INFO}
7275
context: ..
7376
dockerfile: ./build/Dockerfile.standalone
7477

0 commit comments

Comments
 (0)