Feedati/Makefile

12 lines
163 B
Makefile
Raw Normal View History

2018-07-31 17:13:27 +02:00
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