Update Dockerfile

This commit is contained in:
2018-05-20 10:10:44 -04:00
committed by GitHub
parent e98c9c2d16
commit 2ffc1d1bbd
-11
View File
@@ -10,14 +10,3 @@ ENV LANG C.UTF-8
RUN set -ex && mkdir /app
WORKDIR /pipenv
# --------------------
# - Using This File: -
# --------------------
# FROM kennethreitz/pipenv
# COPY . /app
# -- Replace with the correct path to your app's main executable
# CMD python3 main.py