Skip to content

Commit 9d938e5

Browse files
correct otp runner manifest path
1 parent beff1b4 commit 9d938e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otp-docker/otp-graph-build-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
download-bundle:
1616
condition: service_completed_successfully
1717
image: alpine:latest
18-
command: "apk add --no-cache nodejs yarn && yarn global add https://github.com/ibi-group/otp-runner.git && otp-runner /var/opentripplanner/"
18+
command: "apk add --no-cache nodejs yarn && yarn global add https://github.com/ibi-group/otp-runner.git && otp-runner /var/opentripplanner/otp-runner-graph-build-manifest.json"
1919
volumes:
2020
- type: bind
2121
source: ./otp

0 commit comments

Comments
 (0)