Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-29 14:29:39 -04:00
parent abfb9a7cf9
commit e33ca02e69
+1 -1
View File
@@ -18,7 +18,7 @@ WORKDIR /app
# COPY . /app
# -- Install dependencies:
# RUN pipenv install --deploy
# RUN pipenv install --deploy --system
ENTRYPOINT []
CMD [ "/bin/bash" ]