`docker build -t om-server-full --build-arg BUILD_TYPE=full .` `docker run -i --rm --name om-server-full --expose=5443 --expose=8888 -p 5443:5443 -p 8888:8888 -e OM_TYPE=full -it om-server-full`
works as expected :) On Sat, 21 Sep 2019 at 20:37, YUP <[email protected]> wrote: > > Will provide you with the complete list of commands I run > Thanks, it will be useful! > > > BTW just found this thread: > https://groups.google.com/d/msg/kurento/e93n1plA0EM/XxVVKtWSAQAJ > > Might be useful for nginx users > > I'll check it. > Regards, > Yarema > -- WBR Maxim aka solomax
