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>
This commit is contained in:
jo 2022-12-20 14:33:19 +01:00 committed by Marge
parent e38c97d9fd
commit 5c0284e3b1
1 changed files with 0 additions and 2 deletions

View File

@ -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"