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:
parent
da30cd86d5
commit
31aab09be5
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue