Skip to content

Commit

Permalink
Ajout du validateur GTFS de MobilityData
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Mar 28, 2022
1 parent 13ff584 commit d5195b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transport-site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ COPY --from=transport-tools /usr/share/proj/ /usr/share/proj/
RUN /transport-tools/gtfs2netexfr --help
COPY --from=transport-tools /usr/local/bin/gtfs-realtime-validator-lib-1.0.0-SNAPSHOT.jar ./transport-tools
RUN java -jar /transport-tools/gtfs-realtime-validator-lib-1.0.0-SNAPSHOT.jar 2>&1 | grep "For batch mode you must provide a path and file name to GTFS data"
COPY --from=transport-tools /usr/local/bin/gtfs-validator-v3.0.0_cli.jar ./transport-tools
RUN java -jar /transport-tools/gtfs-validator-v3.0.0_cli.jar --help | grep "Location of the input GTFS ZIP"

0 comments on commit d5195b5

Please sign in to comment.