Skip to content

Commit

Permalink
Added the GTFS data
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakli committed Oct 8, 2023
1 parent a6f8043 commit 4b3638d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ RUN cd /usr/local/src/MobilityDB/build && \
make -j$(nproc) && \
make install

# Workshop Data
RUN mkdir /workshop
RUN cd /workshop && \
wget https://github.com/MobilityDB/MobilityDB-workshop/blob/master/data/gtfs_data.zip && \
unzip gtfs_data.zip -d gtfs_data

RUN rm /docker-entrypoint-initdb.d/10_postgis.sh
COPY ./docker/initdb-mobilitydb.sh /docker-entrypoint-initdb.d/mobilitydb.sh
RUN chmod +x /docker-entrypoint-initdb.d/mobilitydb.sh

0 comments on commit 4b3638d

Please sign in to comment.