This commit is contained in:
Mikołaj Pokrywka 2022-04-04 06:37:20 +02:00
parent 2bd684d15b
commit a931bf3fad

View File

@ -27,5 +27,5 @@ WORKDIR /app
COPY ./process_data.sh .
COPY ./download_data_and_process.py .
COPY ./stats.py .
RUN chmod+x process_data.sh
RUN ./process_data.sh