.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-05-04 21:41:11 +01:00
父節點 dd110d26f1
當前提交 3423fc3a4a
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

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