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

@ -16,3 +16,5 @@ RUN pip install --user geopandas
WORKDIR /app
COPY ./get_dataset.sh ./
RUN chmod +x ./get_dataset.sh