Makefile 104 B

1234
  1. build:
  2. docker build --build-arg JITSI_MEET_VERSION $(BUILD_ARGS) -t $(JITSI_REPO)/web .
  3. .PHONY: build