mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added docker file for docker registry distribution
This commit is contained in:
parent
cbe72ba9f4
commit
396b687e4b
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@ -0,0 +1,15 @@
|
||||
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"]
|
Loading…
Reference in New Issue
Block a user