From 77aca1ab5a155fd93ed94e6c97b229f5e2c88419 Mon Sep 17 00:00:00 2001 From: newnius Date: Wed, 30 Nov 2016 21:15:20 +0800 Subject: [PATCH] hexo add --- hexo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hexo/Dockerfile b/hexo/Dockerfile index f39d587..0465794 100644 --- a/hexo/Dockerfile +++ b/hexo/Dockerfile @@ -9,7 +9,7 @@ RUN npm install hexo-generator-feed --save #Local Search RUN npm install hexo-generator-searchdb --save -RUN npm install hexo-algolia --save +RUN npm install --save hexo-algolia ADD bootstrap.sh /etc/bootstrap.sh