-
Lars Seipel authoredLars Seipel authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 153 B
DOCKER ?= docker
IMG ?= registry.code.fbi.h-da.de/its/bbbatscale-support-notify:latest
.PHONY: docker-build
docker-build:
$(DOCKER) build -t $(IMG) .