better dockerfile

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-29 14:07:38 -04:00
parent 96c5a954ed
commit f960f95f97
+6 -1
View File
@@ -20,7 +20,12 @@ RUN pip install pipenv --upgrade
RUN mkdir /app
WORKDIR /app
# -- Next Steps:
# --------------------
# - Using This File: -
# --------------------
# FROM kennethreitz/pipenv
# COPY Pipfile Pipfile
# COPY Pipfile.lock Pipfile.lock
# COPY . /app