Commit 874856ca authored by Khady Diagne's avatar Khady Diagne

Update Dockerfile

parent 63df0f4e
......@@ -36,7 +36,8 @@ ENV ODOO_RC=/etc/odoo/odoo.conf
EXPOSE 8069
# Définir le point d'entrée
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
# Lancer Odoo par défaut
CMD ["odoo"]
# CMD ["odoo"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment