From cc3805aef3782e15f8da6368fef3718a221fdd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 3 Apr 2022 13:39:17 +0200 Subject: [PATCH] refactoring --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0a8dda..066212b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ COPY ./download_data_and_process.py ./ COPY ./stats.py ./ # Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie -CMD python -u ./download_data_and_process.py \ No newline at end of file +CMD python3 -u ./download_data_and_process.py \ No newline at end of file