mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update nodebb
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user