update ci config

This commit is contained in:
Sam
2018-09-09 13:37:17 +02:00
parent 97005599c9
commit 464b77778c
2 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,7 @@ COPY ./Pipfile /usr/src/app/Pipfile
COPY ./Pipfile.lock /usr/src/app/Pipfile.lock
# install requirements
RUN pip install --upgrade pip
RUN pip install pipenv
RUN pipenv install --system --dev