giles
/
stack
Archiviert
1
1
Fork 0

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

This commit is contained in:
Giles Bradshaw 2020-05-04 21:41:11 +01:00
Ursprung dd110d26f1
Commit 3423fc3a4a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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