소스 검색

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