Skip to content

Commit

Permalink
Ensure correct permissions are given when importing an article
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed Jan 8, 2025
1 parent cdbec31 commit bcd868e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit bcd868e

Please sign in to comment.