瀏覽代碼

mongodb is part of package.json now

Girish Ramakrishnan 9 年之前
父節點
當前提交
b04ed66e4d
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -9,9 +9,6 @@ RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.0.3.tar.gz | tar -xz --s
 RUN npm install --production
 RUN rm -rf logs && ln -s /run/nodebb/logs /app/code/logs
 
-# usually the setup script installs this. keep in sync with src/install.js DATABASES/dependancies
-RUN npm install mongodb@~2.0.0 connect-mongo
-
 # these links will become valid after setup is run
 RUN rm -rf /app/code/config.json && ln -sf /run/nodebb/config.json /app/code/config.json