Update Dockerfile repo and tests

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This commit is contained in:
Petr "Stone" Hracek 2017-06-12 14:01:23 +02:00
commit 15947cc35f
3 changed files with 2 additions and 11 deletions

View file

@ -13,7 +13,7 @@ testdependecies:
- curl
module:
docker:
start: "docker run -itd -u=0 --entrypoint /usr/bin/bash -p 8080:8080"
start: "docker run -td -u=0 --entrypoint /usr/bin/bash -p 8080:8080"
labels:
description: "Node.js is a platform built on V8 JavaScript Engine for easily building fast, scalable network applications."
io.k8s.description: "Node.js is a platform built on V8 JavaScript Engine for easily building fast, scalable network applications."