update nodebb

This commit is contained in:
kevin 2022-01-16 12:13:12 +08:00
parent ce21df0ab8
commit ac4a6428f6
3 changed files with 4 additions and 2 deletions

View File

@ -18,14 +18,14 @@ RUN set -ex \
icu \
imagemagick \
nodejs \
nodejs-npm \
npm \
openssl \
&& apk add -t TMP build-base \
curl \
git \
icu-dev \
openssl-dev \
python \
python3 \
tar \
&& curl -sSL $BB_URL | tar xz --strip 1 \
&& ./nodebb setup \

View File

@ -16,6 +16,7 @@ services:
nodebb:
image: vimagick/nodebb
init: true
ports:
- "4567:4567"
volumes:

View File

@ -4,6 +4,7 @@ services:
nodebb:
image: vimagick/nodebb
init: true
ports:
- "4567:4567"
volumes: