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