Add dockerhtml Makefile recipe

This commit is contained in:
JC Brand 2018-02-08 20:21:48 +01:00
父節點 d75854939a
當前提交 214d9856b3
共有 1 個文件被更改,包括 4 次插入0 次删除

查看文件

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