web-site/Dockerfile

6 lines
137 B
Docker
Raw Normal View History

2024-02-11 12:31:51 +00:00
FROM ghost:alpine
RUN apk update && apk add gettext
COPY config.production.template /var/lib/ghost/
COPY run.sh .
CMD ["sh", "./run.sh"]