18 lines
373 B
Docker
18 lines
373 B
Docker
FROM ${REGISTRY}drone/drone-runner-docker:1.6.3
|
|
# USER root
|
|
|
|
#RUN apk update
|
|
#RUN apk add gettext
|
|
|
|
#COPY hosts.template /etc/hosts.template
|
|
#COPY run.sh /
|
|
#ENTRYPOINT sh /run.sh
|
|
#CMD ["sh", "/run.sh"]
|
|
|
|
|
|
#COPY config.production.json.template /var/lib/ghost/
|
|
#COPY --from=git /themes/ /var/lib/ghost/content/themes/
|
|
#COPY post.hbs /hbs/
|
|
#COPY run.sh /
|
|
#CMD ["sh", "/run.sh"]
|