mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
dockerfile
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
from kennethreitz/pipenv
|
||||
|
||||
# Python, don't write bytecode!
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
|
||||
# Copy the source code over.
|
||||
COPY . /app
|
||||
|
||||
# Run setup.py test.
|
||||
CMD python3 setup.py test
|
||||
|
||||
Reference in New Issue
Block a user