project id: 2090e121-cc62-4fbe-9114-5349121f7893
I'm trying to deploy Metabase via their official docker image. It listens on whatever port is specified by MB_JETTY_PORT and I verified it works by setting my own. I want to pass it the railway port, but when I set MB_JETTY_PORT=${{PORT}} it doesn't pick up any value which I validated with the railway cli.
How should I be passing the Railway port so it gets picked up by Metabase?