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:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user