We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beff1b4 commit 9d938e5Copy full SHA for 9d938e5
otp-docker/otp-graph-build-compose.yml
@@ -15,7 +15,7 @@ services:
15
download-bundle:
16
condition: service_completed_successfully
17
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/"
+ 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"
19
volumes:
20
- type: bind
21
source: ./otp
0 commit comments