Makefile 73 B

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