mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -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 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
|
||||
|
Loading…
Reference in New Issue
Block a user