Merge pull request #35 from rackerlabs/fix-dockerfile-cmd

Fix dockerfile cmd
This commit is contained in:
Jason Faulkner
2014-01-23 11:15:17 -08:00

View File

@@ -16,4 +16,4 @@ RUN pip install -r /tmp/teeth-agent/requirements.txt
# This will succeed because all the dependencies (including pesky teeth_rest) were installed previously
RUN pip install /tmp/teeth-agent
CMD [ "/usr/local/bin/teeth-standby-agent" ]
CMD [ "/usr/local/bin/teeth-agent" ]