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