Configure dockerfile to run app with settings?

Hi,

I’m using meteorhacks/meteord and trying to run my meteor container with a settings.json file. If I was doing it in meteor I would do meteor run --settings settings.json, but how do I configure this run setting for when I build the container and then run it?

Do I have to do

CMD meteor run --settings settings.json?

1 Like