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/
build:
docker-compose build
2018-07-31 23:44:41 +02:00
run: fix-permissions
2018-07-31 17:13:27 +02:00
docker-compose up