fix dockerfile cmd

This commit is contained in:
Jim Rollenhagen 2014-01-23 11:14:16 -08:00
parent 31e57a6ce2
commit 016f8b77f9

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" ]