fix dockerfikle

This commit is contained in:
Dawid 2021-04-08 22:55:18 +02:00
parent 59ad5040e3
commit 25280232db

View File

@ -4,7 +4,7 @@ COPY requirements.txt ./
RUN apt-get update
RUN apt-get install -y python3-pip
RUN pip3 install --user -r ./requirements.txt
RUN pip3 install -r ./requirements.txt
WORKDIR /app