diff --git a/Dockerfile b/Dockerfile index 01f6f20..09cf3fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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