Zaktualizuj 'Dockerfile'

This commit is contained in:
Michał Zaręba 2021-04-08 22:13:30 +02:00
parent cf9342b30e
commit e145a5f814

View File

@ -10,6 +10,6 @@ COPY ./requirements.txt ./
COPY ./script2.py ./
RUN pip3 install --user -r ./requirements.txt
RUN pip3 install --user -r pandas
RUN pip3 install pandas
CMD python3 script2.py