2
0

Makefile 71 B

1234
  1. build:
  2. docker build $(BUILD_ARGS) -t jitsi/base-java .
  3. .PHONY: build