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