2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 11:34:57 +01:00

upgrade nodebb to 1.0.2

This commit is contained in:
kev
2016-04-02 07:50:15 +08:00
parent 863c4bddf9
commit 76a713cd98
6 changed files with 4 additions and 11 deletions

View File

@@ -14,8 +14,6 @@ if [[ "$*" == npm*start* ]]; then
if [ -e "$BB_CONTENT/config.json" ]; then
ln -sf "$BB_CONTENT/config.json" "$BB_SOURCE/config.json"
[ -d "$BB_SOURCE/node_modules/redis" ] || npm install redis
[ -d "$BB_SOURCE/node_modules/connect-redis" ] || npm install connect-redis
fi
exec "$@"