Procházet zdrojové kódy

web: Makefile supports JITSI_MEET_VERSION

Aaron van Meerten před 5 roky
rodič
revize
96f7de2c0c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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