The directory config/ and the config file .env are now mounted as volumes from the host machine instead of being placed inside the container during build time.
Also, the location for external SFU binaries has changed from ./config/packages/ to ./packages/
The directory
config/
and the config file.env
are now mounted as volumes from the host machine instead of being placed inside the container during build time.Also, the location for external SFU binaries has changed from
./config/packages/
to./packages/
Closes #22