fix: remove permissions workaround in api container

The permissions in the CI are now the same as in the repository.

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2298>
environments/review-docs-docs-p5xm4f/deployments/16617
jo 2022-12-20 14:33:19 +01:00 zatwierdzone przez Marge
rodzic e38c97d9fd
commit 5c0284e3b1
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -94,8 +94,6 @@ RUN apk add --no-cache \
COPY . /app
WORKDIR /app
RUN find . -type d -exec chmod 755 {} \+
ENV CACHE_URL="redis://redis:6379/0"
ENV CELERY_BROKER_URL="redis://redis:6379/0"