Files
requests3/Dockerfile
T
2019-04-21 14:41:38 -04:00

8 lines
96 B
Docker

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