get v0.7.X dockerfile
-
Seems this forum is not helpful. I'm also a newbie. After some investigation, I think you can build your own docker image for nodebb v0.6.x. I'm not sure which git branch corresponding to v0.7.x.
Get a sample docker file from
https://registry.hub.docker.com/u/nodebb/docker/dockerfile/change the line:
RUN cd /opt ; git clone -b v0.5.x https://github.com/NodeBB/NodeBB nodebb
to
RUN cd /opt ; git clone -b v0.6.x https://github.com/NodeBB/NodeBB nodebbfollow the instruction on:
https://docs.docker.com/userguide/dockerimages/#building-an-image-from-a-dockerfile
Copyright © 2024 NodeBB | Contributors