浏览代码

Add patch for the bootswatch issue

Girish Ramakrishnan 7 年之前
父节点
当前提交
ee537b7bd5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -6,7 +6,8 @@ WORKDIR /app/code
 
 ENV PATH /usr/local/node-6.9.5/bin:$PATH
 
-RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.7.4.tar.gz | tar -xz --strip-components 1 -f -
+# This uses 1.7.4 + the fix for https://github.com/NodeBB/NodeBB/pull/6304
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/8c9bae8ba388f94750130819106d240e90715be7.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