Parcourir la source

Add patch for the bootswatch issue

Girish Ramakrishnan il y a 7 ans
Parent
commit
ee537b7bd5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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