Loading Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ WORKDIR /app EXPOSE 5000 # First, copy and install only the requirements... ENV PIPENV_VENV_IN_PROJECT=1 RUN pip install --upgrade pip setuptools RUN pip install pipenv COPY Pipfile.lock . Loading Loading
Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ WORKDIR /app EXPOSE 5000 # First, copy and install only the requirements... ENV PIPENV_VENV_IN_PROJECT=1 RUN pip install --upgrade pip setuptools RUN pip install pipenv COPY Pipfile.lock . Loading