diff --git a/drone-starlark/repos/stack/drone.star b/drone-starlark/repos/stack/drone.star index e240b6d..3bd541d 100644 --- a/drone-starlark/repos/stack/drone.star +++ b/drone-starlark/repos/stack/drone.star @@ -56,6 +56,7 @@ def drone( ), scp(base), pull([ + "ghost", "ngrok-gitea", "letsencrypt-git", "letsencrypt-drone", diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 61b5202..816d659 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -5,4 +5,4 @@ RUN apt-get install -y gettext COPY config.production.json /var/lib/ghost/ COPY run.sh / -CMD ["sh" "run.sh"] +CMD ["sh", "/run.sh"]