Add dockerhtml Makefile recipe

This commit is contained in:
JC Brand 2018-02-08 20:21:48 +01:00
parent d75854939a
commit 214d9856b3
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni

Vedi File

@ -167,6 +167,10 @@ preview:
docker:
docker build -t xmpp-org/extensions .
.PHONY: dockerhtml
dockerhtml:
docker build -t xmpp-org/extensions . --build-arg NCORES=9 --build-arg TARGETS="html inbox-html"
.PHONY: testdocker
testdocker:
docker run -d --name tmpxeps -p 3080:80 xmpp-org/extensions