[IMP] Volume /var/lib/odoo to restore the filestore

This commit is contained in:
Aaron Bohy 2014-12-15 11:50:47 +01:00
parent 89f8e90878
commit 94ef35affe

View File

@ -33,4 +33,7 @@ RUN wget -O - https://nightly.odoo.com/odoo.key | apt-key add - \
COPY run.sh /run.sh
RUN chmod u+x /run.sh
# Mount /var/lib/odoo to allow restoring filestore
VOLUME ["/var/lib/odoo"]
CMD ["/run.sh"]