[IMP]Flectra : use own gitea repository
This commit is contained in:
parent
0110789f4c
commit
405b2148dc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user