From b37a697f281549711426314663a5ba65916b1aef Mon Sep 17 00:00:00 2001 From: Paul Garewal Date: Thu, 9 Jan 2025 10:51:43 -0800 Subject: [PATCH] typo in chmod path --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 520f9e3a7..4b063dbac 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -40,7 +40,7 @@ COPY --from=frontend ./app/dist/index.html ./gwells/templates/ # RUN chmod +x load_fixtures.sh works when i pull the dockerfile into backend but not when dockerfile is with other docker files RUN chmod +x /app -RUN chmod -R 777 /app/static +RUN chmod -R 777 /app/staticfiles # RUN python3 -m pip install -r requirements.txt RUN python3 -m pip install -r requirements.txt