add coverage report
This commit is contained in:
parent
90ed0c28be
commit
851686dd0b
7 changed files with 58 additions and 18 deletions
4
.coverage.dockerfile
Normal file
4
.coverage.dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM nginx:alpine
|
||||
MAINTAINER Antoine Legrand <2t.antoine@gmail.com>
|
||||
COPY . /usr/share/nginx/html
|
||||
EXPOSE 80
|
Reference in a new issue