Archived
2
0
Fork 0
forked from blallo/Feedati

Remove target dependency

This commit is contained in:
Blallo 2018-07-31 17:13:27 +02:00
parent f9a5a92dfd
commit 829654c95d

11
Makefile Normal file
View 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