added nginx build check and travis CI build status icon

yaleman 2019-05-02 11:57:38 +10:00
parent ec03dd3243
commit 89e267ac0c
2 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,4 @@ before_install:
script:
- docker-compose build
- docker-compose -f docker-compose-nginx.yml build

View File

@ -1,6 +1,8 @@
MISP Docker
===========
https://travis-ci.org/yaleman/misp-docker.svg?branch=master
The files in this repository are used to create a Docker container running a [MISP](http://www.misp-project.org) ("Malware Information Sharing Platform") instance.
I rewrote the Docker file to split the components in multiple containers (which is more in the philosophy of Docker). Therefore there is no longer a Dockerfile in the root directory.