Odoo_17.0_community/Dockerfile
Tokiniaina 43a909e17f
Some checks failed
ci / main (push) Failing after 3m44s
Add configuration and somme OCA source
2024-10-24 11:18:15 +03:00

8 lines
155 B
Docker

FROM odoo:17.0
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN pip install mygeotab
ENTRYPOINT ["/entrypoint.sh"]
CMD ["odoo"]