Feedati/Makefile
2018-07-31 17:13:27 +02:00

11 lines
163 B
Makefile

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