update python deps and Dockerfile

This commit is contained in:
Sam
2019-12-28 21:10:51 +01:00
parent caa866c816
commit 1a75172d28
24 changed files with 119 additions and 119 deletions

View File

@ -13,7 +13,7 @@ COPY ./poetry.lock /usr/src/app/poetry.lock
# install requirements
RUN pip install --upgrade pip
RUN pip install poetry
RUN poetry config settings.virtualenvs.create false
RUN poetry config virtualenvs.create false
RUN poetry install --no-interaction --quiet
# add app --no-interaction