Skip to content

Commit

Permalink
[Rahul] | dockerfile-changes | Add. base As a Custom Module
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Dec 19, 2023
1 parent 791007f commit 0430107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/odoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY restful_api ${ADDON_PATH}/restful_api/

RUN pip3 install python-decouple

CMD ["odoo", "-u", "all", "-i", "sale_management,purchase,stock,point_of_sale,l10n_generic_coa,bahmni_account,bahmni_product,bahmni_api_feed,bahmni_stock,bahmni_purchase,bahmni_sale,restful_api", "--without-demo", "-d odoo"]
CMD ["odoo", "-i", "base,sale_management,purchase,stock,point_of_sale,l10n_generic_coa,bahmni_account,bahmni_product,bahmni_api_feed,bahmni_stock,bahmni_purchase,bahmni_sale,restful_api", "--without-demo", "-d odoo"]

0 comments on commit 0430107

Please sign in to comment.