Girish Ramakrishnan 7 лет назад
Родитель
Сommit
b91b0e0523
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -6,8 +6,7 @@ WORKDIR /app/code
 
 ENV PATH /usr/local/node-6.9.5/bin:$PATH
 
-# This uses 1.7.4 + the fix for https://github.com/NodeBB/NodeBB/pull/6304
-RUN curl -L https://github.com/NodeBB/NodeBB/archive/1.7.5.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.7.5.tar.gz | tar -xz --strip-components 1 -f -
 ADD config.json.template /app/code
 RUN cp /app/code/install/package.json /app/code/package.json
 RUN npm install --production