2020-09-09 20:05:52 -07:00

10 lines
164 B
Makefile

all: clamav
CLAMAV := gjyoung1974/docker-malware-scan:latest
clamav:
docker build --pull --rm -f "Dockerfile" --tag $(CLAMAV) "."
push:
docker push $(CLAMAV)