cd static/js
docker run -it --rm -v `pwd`/../css:/css -v `pwd`:/app -w /app node:20 ./build.sh
Copy default.conf to rsscloud.conf.
Set fields:
db_host = mongodb
db_port = 27017
.
At the root of the project run:
docker build -t rsstag
At the root of the project run:
docker compose up
Use browser to open http://127.0.0.1:8885