Sort the files before we send them to the template renderer. Remove a stack symlink if present to avoid interfering with the volume.

This commit is contained in:
jakedt 2014-04-16 14:23:22 -04:00
parent da30cd86d5
commit 31aab09be5
2 changed files with 5 additions and 1 deletions

View file

@ -53,6 +53,7 @@ RUN cd grunt && grunt
RUN TEST=true venv/bin/python -m unittest discover
RUN rm -rf conf/stack
VOLUME ["/conf/stack", "/mnt/logs"]
EXPOSE 443 80