Dockerfile to create a nextflow-engine for the pipeline-microservices that is used for the integration tests
$ docker build -t [USER]/[IMAGENAME] .
$ docker run -itd --name nextflow-engine [USER]/[IMAGENAME] /bin/bash
$ docker exec nextflow-engine nextflow run hello