commit
173fe95397
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