mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-09 13:46:55 +02:00
update nodebb
This commit is contained in:
parent
ce21df0ab8
commit
ac4a6428f6
@ -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 \
|
||||
|
@ -16,6 +16,7 @@ services:
|
||||
|
||||
nodebb:
|
||||
image: vimagick/nodebb
|
||||
init: true
|
||||
ports:
|
||||
- "4567:4567"
|
||||
volumes:
|
||||
|
@ -4,6 +4,7 @@ services:
|
||||
|
||||
nodebb:
|
||||
image: vimagick/nodebb
|
||||
init: true
|
||||
ports:
|
||||
- "4567:4567"
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user