Fix Dockerfile

This commit is contained in:
Gabriele De Rosa 2021-11-26 12:45:25 +01:00
parent 35de8e84c6
commit 6cbbd6d1b3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN apk update --no-cache \
&& python3 -m pip install --no-cache-dir --upgrade pip
# Copy PIP extra index URLs
COPY pip.conf
COPY pip.conf .
# Copy requirements
COPY requirements.txt .