Skip to content

Commit

Permalink
carsharing infra: adjust base url to use testingmachine
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 12, 2024
1 parent 763b05c commit 54c011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker/carsharing/cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN echo "sleep 60..."
RUN sleep 60
RUN echo "done."

ENTRYPOINT ["python", "-m", "x2gbfs.x2gbfs", "-p", "noi", "-b", "https://carsharing.otp.opendatahub.com"]
ENTRYPOINT ["python", "-m", "x2gbfs.x2gbfs", "-p", "noi", "-b", "https://carsharing.otp.opendatahub.testingmachine.eu"]

0 comments on commit 54c011b

Please sign in to comment.