Commit 396b687e by Torkel Ödegaard

Added docker file for docker registry distribution

parent cbe72ba9
FROM phusion/baseimage
RUN apt-get -y update
RUN apt-get -y install libfontconfig
RUN mkdir -p /opt/grafana
ADD tmp/ /opt/grafana/
EXPOSE 3000
VOLUME ["/opt/grafana/data"]
WORKDIR /opt/grafana/
ENTRYPOINT ["./grafana", "web"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment