diff --git a/entrypoint.sh b/entrypoint.sh index defda07..1398951 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash function start_nginx() { - /usr/sbin/nginx -p /usr/local/jekyll -c nginx.conf + /usr/sbin/nginx -p /usr/local/jekyll/nginx -c nginx.conf } function watchtower() {