moto/tests/Dockerfile
2021-07-26 07:40:39 +01:00

7 lines
102 B
Docker

FROM python:3.7-buster
ADD . /moto/
ENV PYTHONUNBUFFERED 1
WORKDIR /moto/
RUN make init
RUN make test