[IMP] Volume /var/lib/odoo to restore the filestore
This commit is contained in:
parent
89f8e90878
commit
94ef35affe
@ -33,4 +33,7 @@ RUN wget -O - https://nightly.odoo.com/odoo.key | apt-key add - \
|
|||||||
COPY run.sh /run.sh
|
COPY run.sh /run.sh
|
||||||
RUN chmod u+x /run.sh
|
RUN chmod u+x /run.sh
|
||||||
|
|
||||||
|
# Mount /var/lib/odoo to allow restoring filestore
|
||||||
|
VOLUME ["/var/lib/odoo"]
|
||||||
|
|
||||||
CMD ["/run.sh"]
|
CMD ["/run.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user