Expected behavior
Docker run should not get stuck
Observed behavior
Using M1 Mac docker run for OpenTripPlanner gets stuck and prints only JAR=otp-shaded.jar
Data sets in use
I followed the guide in the link on how to use OpenTripPlanner with docker
https://digitransit.fi/en/developers/architecture/x-apis/1-routing-api/
Command line used to start OTP
docker run -e OTP_DATA_CONTAINER_URL=http://otp-data-container:8080 -p 8080:8080 hsldevcom/opentripplanner
Steps to reproduce the problem
Run the above command in Apple silicon M1 environment
Expected behavior
Docker run should not get stuck
Observed behavior
Using M1 Mac docker run for OpenTripPlanner gets stuck and prints only
JAR=otp-shaded.jarData sets in use
I followed the guide in the link on how to use OpenTripPlanner with docker
https://digitransit.fi/en/developers/architecture/x-apis/1-routing-api/
Command line used to start OTP
docker run -e OTP_DATA_CONTAINER_URL=http://otp-data-container:8080 -p 8080:8080 hsldevcom/opentripplanner
Steps to reproduce the problem
Run the above command in Apple silicon M1 environment