dockerfile

This commit is contained in:
2019-04-22 08:07:47 -04:00
parent bd995a9cc4
commit f8fe64f21d
+3
View File
@@ -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