Skip to content

Commit 58dd22b

Browse files
add missing dirs and packages
1 parent 9d938e5 commit 58dd22b

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/otp-runner-graph-build-manifest.json"
18+
command: /bin/sh -c "mkdir -p /var/otp/graphs/ && mkdir -p /opt/otp/ && apk add --no-cache java nodejs git 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)