From ca5c34e00a2d60863f933fd9b8f8b0220577dd29 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Fri, 27 Feb 2015 17:21:22 -0500 Subject: [PATCH] Fix the fail fast flag. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1eb07c760..89d682c12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN mkdir static/fonts static/ldn RUN venv/bin/python -m external_libraries # Run the tests -RUN TEST=true venv/bin/python -m unittest -f discover +RUN TEST=true venv/bin/python -m unittest discover -f VOLUME ["/conf/stack", "/var/log", "/datastorage", "/tmp", "/conf/etcd"]