Explorar el Código

web: Makefile supports JITSI_MEET_VERSION

Aaron van Meerten hace 5 años
padre
commit
96f7de2c0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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