Zaktualizuj 'Dockerfile'

Lab 05 Zad2
This commit is contained in:
Michał Zaręba 2021-04-21 21:54:51 +02:00
parent b6fe27e7fe
commit 973a90a5e7

View File

@ -10,4 +10,5 @@ COPY ./requirements.txt ./
COPY ./script2.py ./
RUN pip3 install -r ./requirements.txt
CMD python3 script2.py
CMD python3 script2.py
CMD python3 lab05.py