Feedati/Makefile

12 lines
179 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/
2018-08-01 11:59:57 +02:00
build: fix-permissions
2018-07-31 17:13:27 +02:00
docker-compose build
run:
docker-compose up