Build the docs during tests

This commit is contained in:
kaiyou
2018-09-25 21:08:04 +02:00
parent f97d0d9e43
commit b287a85124

View File

@@ -45,3 +45,9 @@ services:
none:
image: mailu/none:$VERSION
build: ../core/none
docs:
image: mailu/docs:$VERSION
build:
context: ../
dockerfile: ../docs/Dockerfile