selfhostable, read-only reddit client
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 112 B view raw
1FROM oven/bun:latest 2ADD ./ ./ 3RUN mkdir -p /data 4WORKDIR /data 5CMD ["bun", "run", "/home/bun/app/src/index.js"]