From 3423fc3a4aaf28ef34c394624bc26da4d203744d Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Mon, 4 May 2020 21:41:11 +0100 Subject: [PATCH] . --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 33bd57d..41f5606 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -4,6 +4,6 @@ RUN apt-get update RUN apt-get install -y gettext COPY config.production.json /var/lib/ghost/ -COPY post.hbs /hbs +COPY post.hbs /hbs/ COPY run.sh / CMD ["sh", "/run.sh"]