I don't have anything more to say about it.
docker run -itd -p 3000:3000 -e MONGO_URI=mongodb:https://somewhere:27017 -e OLLAMA_URI=https://somewhere:9000 -e URL_BASE=https://0.0.0.0:3000 1p22geo/wikipedai
MONGO_URI=mongodb:https://somewhere:27017
OLLAMA_URI=https://somewhere:9000
URL_BASE=https://localhost:3000
yarn install
yarn build
yarn start