소스 검색

web: Makefile supports JITSI_MEET_VERSION

Aaron van Meerten 5 년 전
부모
커밋
96f7de2c0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/Makefile

+ 1 - 1
web/Makefile

@@ -1,4 +1,4 @@
 build:
-	docker build $(BUILD_ARGS) -t $(JITSI_REPO)/web .
+	docker build --build-arg JITSI_MEET_VERSION $(BUILD_ARGS) -t $(JITSI_REPO)/web .
 
 .PHONY: build