Makefile 54 B

1234
  1. build:
  2. docker build -t jitsi/jicofo .
  3. .PHONY: build