2
0
Ver Fonte

Fixing make target dependencies

Blallo há 5 anos atrás
pai
commit
a5eb61897a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile

+ 1 - 1
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: