Skip to content

Commit

Permalink
[Rahul] | Add. Install Python Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Nov 24, 2023
1 parent 57cd514 commit ecf1470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/docker/odoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ ENV ADDON_PATH=/opt/bahmni-erp/bahmni-addons
COPY package/docker/odoo/odoo.conf /etc/odoo/odoo.conf
COPY restful_api ${ADDON_PATH}/restful_api/

RUN pip3 install python-decouple

CMD ["odoo", "-u", "all", "-i", "sale_management,purchase,stock,point_of_sale,l10_generic_coa,restful_api", "--without-demo", "-d odoo"]

0 comments on commit ecf1470

Please sign in to comment.