Add dockerhtml Makefile recipe

Esse commit está contido em:
JC Brand 2018-02-08 20:21:48 +01:00
commit 214d9856b3
1 arquivos alterados com 4 adições e 0 exclusões

Ver arquivo

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