Skip to content

Commit

Permalink
Fixes for entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
fletchto99 committed Oct 26, 2018
1 parent ecbd6f4 commit fb93c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN (cd /setup; sh install.sh)
WORKDIR /blog

# Start the server
ENTRYPOINT ["/blog/bootstrap.sh"]
CMD ["/bin/bash", "/blog/bootstrap.sh"]
3 changes: 2 additions & 1 deletion setup/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Used to install rsync for deployments
apt-get install rsync -y
apt-get update -y
apt-get -y install rsync

# Install HEXO
npm install -g hexo
Expand Down

0 comments on commit fb93c5c

Please sign in to comment.