Add dockerhtml Makefile recipe

This commit is contained in:
JC Brand 2018-02-08 20:21:48 +01:00
rodič d75854939a
revize 214d9856b3
1 změnil soubory, kde provedl 4 přidání a 0 odebrání

Zobrazit soubor

@ -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