use config to unmute full package on localhost

This commit is contained in:
Valere
2026-01-09 15:00:57 +01:00
parent ad66d10c69
commit 8535494671
5 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
if [ -n "$USE_DOCKER" ]; then
set -ex
yarn build --mode development
yarn build
docker build -t element-call:testing .
exec docker run --rm --name element-call-testing -p 8080:8080 -v ./config/config.devenv.json:/app/config.json:ro,Z element-call:testing
else