Unverified Commit ce0cf990 authored by karp's avatar karp
Browse files

Remove pipenv env statement

parent 770c2d2b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 .