Added DockerFile
This commit is contained in:
parent
f72613cc47
commit
82eeb182a7
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM python:2
|
||||||
|
|
||||||
|
ADD . /moto/
|
||||||
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
|
WORKDIR /moto/
|
||||||
|
RUN python setup.py install
|
||||||
|
|
||||||
|
CMD ["moto_server"]
|
||||||
|
|
||||||
|
EXPOSE 5000
|
Loading…
Reference in New Issue
Block a user