diff --git a/Dockerfile b/Dockerfile index 2379779..fb22f43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y \ docker-ce-cli \ && apt-get clean +ADD scripts/ scripts/ ADD patch_raw_gtfs.sh patch_filtered_gtfs.sh ./ ADD download.sh . ADD update_osm.sh .