mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Add dockerhtml Makefile recipe
This commit is contained in:
parent
d75854939a
commit
214d9856b3
4
Makefile
4
Makefile
@ -167,6 +167,10 @@ preview:
|
|||||||
docker:
|
docker:
|
||||||
docker build -t xmpp-org/extensions .
|
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
|
.PHONY: testdocker
|
||||||
testdocker:
|
testdocker:
|
||||||
docker run -d --name tmpxeps -p 3080:80 xmpp-org/extensions
|
docker run -d --name tmpxeps -p 3080:80 xmpp-org/extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user