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"]