kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
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
rodzic
e38c97d9fd
commit
5c0284e3b1
|
@ -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"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue