web-site/Dockerfile

6 lines
137 B
Docker

FROM ghost:alpine
RUN apk update && apk add gettext
COPY config.production.template /var/lib/ghost/
COPY run.sh .
CMD ["sh", "./run.sh"]