1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

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

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

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

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