Move the temp directory outside of devicemapper.

This commit is contained in:
Jake Moshenko 2014-09-15 23:44:35 -04:00
parent 75d2ef377e
commit afbf82c6f8

View file

@ -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