Archived
2
0
Fork 0
forked from blallo/Feedati
This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
Feedati/Makefile
2018-07-31 23:44:41 +02:00

11 lines
179 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: fix-permissions
docker-compose up