mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-08 00:51:55 +00:00
update hexo
This commit is contained in:
parent
d3329d0b10
commit
5517a76809
@ -9,8 +9,10 @@ RUN npm install hexo-generator-feed --save
|
|||||||
#Local Search
|
#Local Search
|
||||||
RUN npm install hexo-generator-searchdb --save
|
RUN npm install hexo-generator-searchdb --save
|
||||||
|
|
||||||
|
RUN npm install hexo-algolia --save
|
||||||
|
|
||||||
ADD bootstrap.sh /etc/bootstrap.sh
|
ADD bootstrap.sh /etc/bootstrap.sh
|
||||||
|
|
||||||
WORKDIR /blog
|
WORKDIR /blog
|
||||||
|
|
||||||
ENTRYPOINT ["/etc/bootstrap.sh", "nothing"]
|
ENTRYPOINT ["bash", "/etc/bootstrap.sh", "nothing"]
|
||||||
|
Loading…
Reference in New Issue
Block a user