1
1
mirror of https://github.com/derogab/ITAvsCOVIDbot synced 2024-12-28 00:11:00 +01:00

Fix Dockerfile

This commit is contained in:
Gabriele De Rosa 2021-11-26 12:45:25 +01:00
parent 35de8e84c6
commit 6cbbd6d1b3

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 .