From bcd868ef250bd0a86e61aef570a352aebf3ca16d Mon Sep 17 00:00:00 2001 From: David Moulton Date: Wed, 8 Jan 2025 14:41:34 +0000 Subject: [PATCH] Ensure correct permissions are given when importing an article https://github.com/elifesciences/issues/issues/9034 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15176c0b..a17b4293 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,5 @@ test: docker compose run --rm app ./project_tests.sh import-article: + chmod a+w data/articles/ docker compose run app ./bin/import $(ARTICLE_ID)