build from source instead

This commit is contained in:
Jessica Frazelle 2015-01-31 15:49:25 -08:00
parent 81f3163125
commit e420eaecda

View File

@ -1,8 +0,0 @@
FROM python:2.7
MAINTAINER Jessica Frazelle <jess@docker.com>
EXPOSE 5000
RUN pip install leeroy
ENTRYPOINT [ "leeroy" ]