From 4068537e99e7c9f831409c5b5e2ca7b4237d7714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Fri, 7 May 2021 23:45:43 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8c21f62..56fbc76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,3 +12,4 @@ COPY ./script2.py ./ RUN pip3 install -r ./requirements.txt CMD python3 script2.py CMD python3 lab05.py +CMD python3 lab06_training.py \ No newline at end of file