Explorar o código

web: Makefile supports JITSI_MEET_VERSION

Aaron van Meerten %!s(int64=5) %!d(string=hai) anos
pai
achega
96f7de2c0c
Modificáronse 1 ficheiros con 1 adicións e 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