Fix typo.
[discourse_docker.git] / image / monitor / Dockerfile
1 # Used to gather information about CPU and memory
2 # reporting it back to statsd
3
4 # samsaffron/discourse_monitor
5 # version 0.0.2
6
7 FROM samsaffron/discourse_base:1.0.7
8 #LABEL maintainer="Sam Saffron \"https://twitter.com/samsaffron\""
9
10 ADD src/monitor.rb src/monitor.rb
11 RUN gem install statsd-ruby docker-api
12
13 CMD ruby src/monitor.rb