moto/tests/Dockerfile

7 lines
102 B
Docker
Raw Normal View History

2021-07-26 06:40:39 +00:00
FROM python:3.7-buster
ADD . /moto/
ENV PYTHONUNBUFFERED 1
WORKDIR /moto/
RUN make init
RUN make test