make hexo start at start-up, remove unnecessary config when starting hadoop

This commit is contained in:
newnius
2017-03-30 17:08:10 +08:00
parent 738b9498b5
commit 4c95ac5f04
4 changed files with 13 additions and 19 deletions

View File

@@ -18,4 +18,4 @@ ADD bootstrap.sh /etc/bootstrap.sh
WORKDIR /blog
CMD ["bash", "/etc/bootstrap.sh", "nothing"]
ENTRYPOINT ["/etc/bootstrap.sh"]