Merge pull request #34 from rackerlabs/jay/ChangeToCmd

fix(Dockerfile): Use CMD instead of Entrypoint
This commit is contained in:
Jason Faulkner 2014-01-23 09:41:46 -08:00
commit 31e57a6ce2

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
ENTRYPOINT [ "/usr/local/bin/teeth-standby-agent" ]
CMD [ "/usr/local/bin/teeth-standby-agent" ]