mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
leeroy
This commit is contained in:
parent
cca6a57e08
commit
81f3163125
8
leeroy/Dockerfile
Normal file
8
leeroy/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
FROM python:2.7
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
EXPOSE 5000
|
||||||
|
|
||||||
|
RUN pip install leeroy
|
||||||
|
|
||||||
|
ENTRYPOINT [ "leeroy" ]
|
Loading…
Reference in New Issue
Block a user