Dockerfile: Make the default command start the web demo.
This commit is contained in:
parent
63e364f01f
commit
cd80427cfe
|
@ -71,3 +71,4 @@ RUN cd ~/src/openface && \
|
||||||
pip2 install -r training/requirements.txt
|
pip2 install -r training/requirements.txt
|
||||||
|
|
||||||
EXPOSE 8000 9000
|
EXPOSE 8000 9000
|
||||||
|
CMD /root/src/openface/demos/web/start-servers.sh
|
Loading…
Reference in New Issue