Files
docker-docs/tests/Dockerfile
Adrien Duermael b3df66f777 Jenkins: only test frontmatter
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2017-01-20 15:42:23 -08:00

9 lines
220 B
Docker

FROM golang:1.7.3-alpine
MAINTAINER Adrien Duermael <adrien@docker.com>
COPY src /go/src
WORKDIR /go/src/validator
# when running the container, MOUNT docs repo in /docs
CMD ["go", "test", "-v", "-run", "FrontMatter"]