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

Update Dockerfile

parent 81abd78d
......@@ -6,6 +6,8 @@ COPY ./addons /mnt/extra-addons
COPY ./config /etc/odoo
COPY ./entreprise_addons /mnt/extra-addons
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY ./odoo_variables.env /etc/odoo/odoo_variables.env
# Étape 3: Définir les variables d'environnement
......@@ -14,7 +16,6 @@ ENV ODOO_ADDONS_PATH=/mnt/extra-addons
ENV ODOO_RC=/etc/odoo/odoo.conf
# Étape 4: Rendre le script d'entrée exécutable
RUN chmod +x /entrypoint.sh
# Étape 5: Exposer le port pour l'application Odoo
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