mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
cleanup
This commit is contained in:
@@ -78,10 +78,8 @@ RUN python3 -m pip install -r /tmp/requirements.txt && \
|
||||
# Odoo Enterprise + Third Party Addons #
|
||||
#--------------------------------------------#
|
||||
# Create third-party-addons directory and clone them
|
||||
RUN mkdir -p ${THIRD_PARTY_ADDONS}
|
||||
COPY --chown=odoo:odoo ./odoo/clone-addons.sh /
|
||||
COPY --chown=odoo:odoo ./odoo/third-party-addons.txt /
|
||||
# RUN /clone-addons.sh && chown odoo:odoo -R ${THIRD_PARTY_ADDONS}
|
||||
RUN /clone-addons.sh
|
||||
|
||||
#-----------------------#
|
||||
|
||||
Reference in New Issue
Block a user