From f1e19b71ae6e32b8e58da612defa6bbaad38f001 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 30 Apr 2020 00:34:59 +0100 Subject: [PATCH] . --- drone-starlark/repos/stack/drone.star | 1 + ghost/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"]