Remove target dependency
This commit is contained in:
parent
f9a5a92dfd
commit
829654c95d
1 changed files with 11 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
update:
|
||||
git submodule update
|
||||
|
||||
fix-permissions:
|
||||
chmod -R 777 tt-rss/feed-icons/ tt-rss/cache/ tt-rss/lock/
|
||||
|
||||
build:
|
||||
docker-compose build
|
||||
|
||||
run:
|
||||
docker-compose up
|
Loading…
Reference in a new issue