Skip to content
Snippets Groups Projects
Commit 85acf533 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[IMP] Update VCS URL

parent 4f7424b1
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ RUN set -x; \ ...@@ -17,7 +17,7 @@ RUN set -x; \
fontconfig \ fontconfig \
git \ git \
libjpeg62-turbo \ libjpeg62-turbo \
libtiff5 \ libtiff5 \
libx11-6 \ libx11-6 \
libxcb1 \ libxcb1 \
libxext6 \ libxext6 \
...@@ -97,7 +97,7 @@ RUN set -x; \ ...@@ -97,7 +97,7 @@ RUN set -x; \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
rm -rf /tmp/oca-repos/ &&\ rm -rf /tmp/oca-repos/ &&\
find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\ find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\
chown -R odoo:odoo /opt/odoo chown -R odoo:odoo /opt/odoo
# Copy entrypoint script and Odoo configuration file # Copy entrypoint script and Odoo configuration file
COPY ./entrypoint.sh / COPY ./entrypoint.sh /
...@@ -126,4 +126,4 @@ LABEL org.label-schema.schema-version="$VERSION" \ ...@@ -126,4 +126,4 @@ LABEL org.label-schema.schema-version="$VERSION" \
org.label-schema.license=Apache-2.0 \ org.label-schema.license=Apache-2.0 \
org.label-schema.build-date="$BUILD_DATE" \ org.label-schema.build-date="$BUILD_DATE" \
org.label-schema.vcs-ref="$VCS_REF" \ org.label-schema.vcs-ref="$VCS_REF" \
org.label-schema.vcs-url="https://github.com/lefilament/docker-odoo" org.label-schema.vcs-url="https://sources.le-filament.com/lefilament/odoo_docker"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment