commit
173fe95397
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue