Fixing make target dependencies
This commit is contained in:
parent
a8d7307a25
commit
a5eb61897a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ update:
|
|||
fix-permissions:
|
||||
chmod -R 777 tt-rss/feed-icons/ tt-rss/cache/ tt-rss/lock/
|
||||
|
||||
build:
|
||||
build: fix-permissions
|
||||
docker-compose build
|
||||
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue