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:
parent
96f63f4c3e
commit
0f4d97a8bc
2 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue