Skip to content

Commit

Permalink
Add scripts dir to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Feb 2, 2024
1 parent 3b0aedf commit 4e73c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 4e73c50

Please sign in to comment.