FROM jekyll/minimal:latest USER root RUN apk --no-cache add build-base EXPOSE 4000/tcp COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]