diff --git a/odoo/flectra/Dockerfile b/odoo/flectra/Dockerfile index d2264ea..8e12042 100644 --- a/odoo/flectra/Dockerfile +++ b/odoo/flectra/Dockerfile @@ -38,7 +38,7 @@ WORKDIR /opt/flectra # Default user USER flectra RUN mkdir pipcache data backups extra-addons custom-addons -RUN git clone -b ${FLECTRA_BRANCH} --depth 1 https://gitlab.com/flectra-hq/flectra +RUN git clone -b ${FLECTRA_BRANCH} --depth 1 https://git.yaltik.net/Yaltik/flectra.git RUN pip3 install --user -U pip RUN .local/bin/pip3 install --user -r flectra/requirements.txt