Move the temp directory outside of devicemapper.
This commit is contained in:
parent
75d2ef377e
commit
afbf82c6f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue