From 5c0284e3b1aecc3840126418a7b915dcc5c314a9 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 20 Dec 2022 14:33:19 +0100 Subject: [PATCH] fix: remove permissions workaround in api container The permissions in the CI are now the same as in the repository. Part-of: --- api/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 354072b2d..47eed5fcb 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -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"