From 97da50d40a6d4da4f65b558bffbdbeaff5a50fce Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:37:34 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32743fe..156d7c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,6 @@ RUN pip install --user geopandas WORKDIR /app -COPY ./get_dataset.sh ./ \ No newline at end of file +COPY ./get_dataset.sh ./ + +RUN chmod +x ./get_dataset.sh \ No newline at end of file