Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-29 14:02:05 -04:00
parent e8c1b2618a
commit 4e8143906f
+1 -1
View File
@@ -20,7 +20,7 @@ RUN pip install pipenv --upgrade
RUN mkdir /app
WORKDIR /app
# Next Steps:
# -- Next Steps:
# COPY Pipfile Pipfile
# COPY Pipfile.lock Pipfile.lock
# COPY . /app