mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
8 lines
96 B
Docker
8 lines
96 B
Docker
from kennethreitz/pipenv
|
|
|
|
ENV PYTHONDONTWRITEBYTECODE 1
|
|
|
|
COPY . /app
|
|
|
|
CMD python3 setup.py test
|