From 2c6c008e354780fad2ea88bd4461ccae430ddce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Thu, 8 Apr 2021 22:45:13 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cbc936..acd26d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,5 @@ WORKDIR /app COPY ./requirements.txt ./ COPY ./script2.py ./ -RUN pip3 install --user -r ./requirements.txt +RUN pip3 install -r ./requirements.txt CMD python3 script2.py \ No newline at end of file