From 9e8b328a12141ff7a190bf6851eed41503333941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 3 Apr 2022 13:06:26 +0200 Subject: [PATCH] refactoring --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f0a8dda..6620018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,3 @@ RUN pip3 install -r ./requirements.txt COPY ./process_data.sh ./ 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