FROM ghost COPY config.production.json /var/lib/ghost/ COPY run.sh / USER root RUN apk update RUN apk add gettext # enables envsubst CMD ["sh" "run.sh"]