1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

webOS: Improving dev container reliability

This commit is contained in:
Michael Hollister 2025-05-08 18:13:46 -05:00
parent 96f63f4c3e
commit 0f4d97a8bc
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ A docker file is provided to setup your build and debug environment for a local
### Build
```bash
source receivers/webos/.env && docker build -t fcast/receiver-webos-dev:latest \
source receivers/webos/.env && docker build --no-cache -t fcast/receiver-webos-dev:latest \
--build-arg TV_IP=$TV_IP --build-arg PASSPHRASE=$PASSPHRASE receivers/webos/
```

View file

@ -5,5 +5,5 @@ scripts/build.sh
ares-install --device tv ./com.futo.fcast.receiver_${version}_all.ipk
ares-inspect --device tv -s com.futo.fcast.receiver.service &
sleep 5
sleep 6
ares-inspect --device tv --app com.futo.fcast.receiver