Zaktualizuj 'Dockerfile'
Lab 05 Zad2
This commit is contained in:
parent
b6fe27e7fe
commit
973a90a5e7
@ -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
|
Loading…
Reference in New Issue
Block a user