Commit 441e2ad2 by Torkel Ödegaard

Updated dockerfile and moved to docker/production folder

parent 8d130421
......@@ -10,6 +10,7 @@ ADD tmp/ /opt/grafana/
EXPOSE 3000
VOLUME ["/opt/grafana/data"]
VOLUME ["/opt/grafana/conf"]
WORKDIR /opt/grafana/
ENTRYPOINT ["./grafana", "web"]
#!/bin/bash
cp Dockerfile ../../
cd ../../
go run build.go build
npm grunt release
docker build --tag "grafana/grafana:develop" .
rm Dockerfile
cd docker/production
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