Odoo_17.0_community/Dockerfile
gitea_admin 1fcf5423ee
Some checks failed
ci / main (push) Has been cancelled
Update Dockerfile
2024-10-24 13:47:34 +00:00

11 lines
204 B
Docker

FROM odoo:17.0
# Install some dependencies
RUN pip install mygeotab
# Copy the tests directory into the image
COPY tests/ /tests/
# Ensure the test script is executable
RUN chmod +x /tests/runtests.sh