Skip to content
Snippets Groups Projects
Unverified Commit ce0cf990 authored by karp's avatar karp
Browse files

Remove pipenv env statement

parent 770c2d2b
No related branches found
No related tags found
1 merge request!21Introduce Pipenv
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment