Files
requests3/Dockerfile
T
2019-04-20 15:00:55 +00:00

5 lines
64 B
Docker

from kennethreitz/pipenv
COPY . /app
CMD python3 setup.py test