2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01: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

View File

@@ -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 \

View File

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

View File

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