Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2532>
2205-channel-page-pagination-link-dont-working
Petitminion 2023-07-20 15:06:52 +02:00
rodzic 696a6cfea3
commit 54d8043e5c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -71,7 +71,7 @@ RUN --mount=type=cache,target=~/.cache/pip; \
ARG install_dev_deps=0
RUN --mount=type=cache,target=~/.cache/pip; \
set -eux; \
set -eux; \
if [ "$install_dev_deps" = "1" ] ; then \
grep -Ev 'cryptography|lxml|pillow|psycopg2|watchfiles' /dev-requirements.txt \
| pip3 install -r /dev/stdin \
@ -114,7 +114,7 @@ COPY . /app
WORKDIR /app
RUN --mount=type=cache,target=~/.cache/pip; \
set -eux; \
set -eux; \
pip3 install --no-deps --editable .
ENV IS_DOCKER_SETUP=true