Dockerfile: Make the default command start the web demo.

This commit is contained in:
Brandon Amos 2015-12-23 18:41:38 -05:00
parent 63e364f01f
commit cd80427cfe
1 changed files with 2 additions and 1 deletions

View File

@ -71,3 +71,4 @@ RUN cd ~/src/openface && \
pip2 install -r training/requirements.txt
EXPOSE 8000 9000
CMD /root/src/openface/demos/web/start-servers.sh