This commit is contained in:
Dominic Grimm 2023-05-17 21:37:01 +02:00
commit 5dedbcb739
No known key found for this signature in database
GPG key ID: B6FFE500AAD54A3A
2 changed files with 16 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
.PHONY: build
VERSION = "2.12.5"
build:
docker build . --build-arg="VERSION=$(VERSION)" -t git.dergrimm.net/dergrimm/minify:$(VERSION) --progress=plain