Merge pull request #35 from rackerlabs/fix-dockerfile-cmd
Fix dockerfile cmd
This commit is contained in:
@@ -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
|
# This will succeed because all the dependencies (including pesky teeth_rest) were installed previously
|
||||||
RUN pip install /tmp/teeth-agent
|
RUN pip install /tmp/teeth-agent
|
||||||
|
|
||||||
CMD [ "/usr/local/bin/teeth-standby-agent" ]
|
CMD [ "/usr/local/bin/teeth-agent" ]
|
||||||
|
Reference in New Issue
Block a user