Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-02 14:37:34 +02:00
parent 6792fd545e
commit 97da50d40a
1 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,6 @@ RUN pip install --user geopandas
WORKDIR /app
COPY ./get_dataset.sh ./
COPY ./get_dataset.sh ./
RUN chmod +x ./get_dataset.sh