From 5517a76809857b8a6b715d46edef06a4ccdcf812 Mon Sep 17 00:00:00 2001 From: newnius Date: Wed, 30 Nov 2016 20:04:30 +0800 Subject: [PATCH] update hexo --- hexo/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hexo/Dockerfile b/hexo/Dockerfile index 337bd68..5a473f3 100644 --- a/hexo/Dockerfile +++ b/hexo/Dockerfile @@ -9,8 +9,10 @@ RUN npm install hexo-generator-feed --save #Local Search RUN npm install hexo-generator-searchdb --save +RUN npm install hexo-algolia --save + ADD bootstrap.sh /etc/bootstrap.sh WORKDIR /blog -ENTRYPOINT ["/etc/bootstrap.sh", "nothing"] +ENTRYPOINT ["bash", "/etc/bootstrap.sh", "nothing"]