Skip to content
Snippets Groups Projects

Introduce Pipenv

Merged karp requested to merge introduce-pipenv-and-utils into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -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