From 973a90a5e73496baa97da40f5e15fe18bfc97e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Wed, 21 Apr 2021 21:54:51 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' Lab 05 Zad2 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acd26d0..8b3c3c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ COPY ./requirements.txt ./ COPY ./script2.py ./ RUN pip3 install -r ./requirements.txt -CMD python3 script2.py \ No newline at end of file +CMD python3 script2.py +CMD python3 lab05.py \ No newline at end of file