Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 298 Bytes

NodeBB Docker

Repository to repack NodeBB for Docker since the official one seems to be outdated.

Build

sh prepare.sh
podman image build -t nodebb .

Registry

We use ghcr to store the images. You can pull the image with:

podman pull ghcr.io/fabricatorsltd/nodebb:latest