update hexo

This commit is contained in:
newnius 2016-11-30 20:04:30 +08:00
parent d3329d0b10
commit 5517a76809

View File

@ -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"]