I'm trying to install OSRM on Jelastic docker container.
This is the guide for running it on a local docker: https://github.com/Project-OSRM/osrm-backend, it works to perfection.
Now I want to run it on a Jelastic container, but I dont know how to run custom RUN commands.
For example:
docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-extract -p /opt/car.lua /data/berlin-latest.osm.pbf
That code runs fine in my local windows docker, but how do I tell jelastic to run the container with custom arguments?