Преглед изворни кода

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