浏览代码

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