fix dockerfile cmd
This commit is contained in:
parent
31e57a6ce2
commit
016f8b77f9
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user