by anirudhmurali on 2/6/18, 7:34 AM with 43 comments
by Kwastie on 2/6/18, 11:35 AM
This should be possible with something like bsb-native (https://github.com/bsansouci/bsb-native)
I haven't tried this because I don't have a pure Reason project
by anirudhmurali on 2/6/18, 9:36 AM
by theptip on 2/6/18, 3:46 PM
I use a `patch.sh` as the ENTRYPOINT, which says something like
echo $API_URL >> /usr/local/nginx/html/config.js
echo $OTHER_CONFIG > /usr/local/nginx/html/config.js
...
exec nginx
Though there may be other ways to achieve this as well.by azr79 on 2/6/18, 10:11 AM
by jmcomets on 2/6/18, 1:53 PM
by tuananh on 2/6/18, 9:00 AM