From afbf82c6f86b716cb69e4df1642d4779aec20318 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Mon, 15 Sep 2014 23:44:35 -0400 Subject: [PATCH] Move the temp directory outside of devicemapper. --- Dockerfile.web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.web b/Dockerfile.web index 1c1b60c69..605b088b3 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -47,7 +47,7 @@ RUN venv/bin/python -m external_libraries # Run the tests RUN TEST=true venv/bin/python -m unittest discover -VOLUME ["/conf/stack", "/var/log", "/datastorage"] +VOLUME ["/conf/stack", "/var/log", "/datastorage", "/tmp"] EXPOSE 443 80