Update dockerfile and requirements
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Kevin Alberts 2024-01-23 15:17:59 +01:00
parent fa6550bcf5
commit 46e5b0b968
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@ WORKDIR /usr/src/app
# Install python requirements
COPY requirements.txt ./
RUN pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
# Make dirs