2
0
Эх сурвалжийг харах

web: Makefile supports JITSI_MEET_VERSION

Aaron van Meerten 5 жил өмнө
parent
commit
96f7de2c0c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      web/Makefile

+ 1 - 1
web/Makefile

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