Commit 6c04c0df authored by Khady Diagne's avatar Khady Diagne

Update Dockerfile

parent b585c947
...@@ -44,10 +44,10 @@ COPY ./entrypoint.sh /entrypoint.sh ...@@ -44,10 +44,10 @@ COPY ./entrypoint.sh /entrypoint.sh
# Étape 5 : Définir les variables d'environnement # Étape 5 : Définir les variables d'environnement
ENV ODOO_CONFIG=/etc/odoo/odoo.conf ENV ODOO_CONFIG=/etc/odoo/odoo.conf
ENV ODOO_ADDONS_PATH=/mnt/extra-addons ENV ODOO_ADDONS_PATH=/mnt/extra-addons
ENV ODOO_RC=/etc/odoo/odoo.conf # Ajout du chemin du fichier de configuration Odoo ENV ODOO_RC=/etc/odoo/odoo.conf
# Étape 6 : Rendre le script d'entrée exécutable # Étape 6 : Rendre le script d'entrée exécutable
RUN chmod +x /entrypoint.sh # RUN chmod +x /entrypoint.sh
# Étape 7 : Exposer le port pour l'application Odoo # Étape 7 : Exposer le port pour l'application Odoo
EXPOSE 8069 EXPOSE 8069
......
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