This commit is contained in:
Mikołaj Pokrywka 2022-04-04 06:38:36 +02:00
parent a931bf3fad
commit a030c6fb81

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 chmod +x process_data.sh
RUN ./process_data.sh