Skip to content
Extraits de code Groupes Projets
Valider 8b111eeb rédigé par Théo - Le Filament's avatar Théo - Le Filament
Parcourir les fichiers

change(Dockerfile): no longer chroot odoo directory to root user

parent 430b30c1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -17,9 +17,6 @@ COPY ./ssh_config /root/.ssh/config ...@@ -17,9 +17,6 @@ COPY ./ssh_config /root/.ssh/config
COPY ./id_rsa /root/.ssh/ COPY ./id_rsa /root/.ssh/
{% endif %} {% endif %}
# Change files owner to solve a Docker error when copying (`failed to copy directory: Container ID <id> cannot be mapped to a host ID`).
RUN chown -R root:root /opt/odoo
# Add addons. # Add addons.
ARG SAVE_COMMITS_FILENAME='custom_addons' ARG SAVE_COMMITS_FILENAME='custom_addons'
RUN echo 'info: getting Odoo modules...' \ RUN echo 'info: getting Odoo modules...' \
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter