Skip to content

Commit

Permalink
Fixed the github link for the GTFS data
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakli committed Oct 8, 2023
1 parent 4b3638d commit b67ee4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN cd /usr/local/src/MobilityDB/build && \
# Workshop Data
RUN mkdir /workshop
RUN cd /workshop && \
wget https://github.com/MobilityDB/MobilityDB-workshop/blob/master/data/gtfs_data.zip && \
wget https://raw.githubusercontent.com/MobilityDB/MobilityDB-workshop/master/data/gtfs_data.zip && \
unzip gtfs_data.zip -d gtfs_data

RUN rm /docker-entrypoint-initdb.d/10_postgis.sh
Expand Down

0 comments on commit b67ee4e

Please sign in to comment.