mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update run_local.markdown
This commit is contained in:
parent
87a4eb6932
commit
b30d7081e2
@ -22,7 +22,7 @@ Short story of that caption: We loop in our script to fetch data and push it to
|
||||
Our Dockerfile need to install:
|
||||
|
||||
```
|
||||
RUN apk --no-cache add tzdata jq mosquitto-clients
|
||||
RUN apk --no-cache add jq mosquitto-clients
|
||||
```
|
||||
|
||||
Now we can process it with `run.sh`:
|
||||
@ -61,7 +61,7 @@ Short story of that caption: We wait for incoming data from MQTT broker. We can
|
||||
Our Dockerfile need to install:
|
||||
|
||||
```
|
||||
RUN apk --no-cache add tzdata jq mosquitto-clients
|
||||
RUN apk --no-cache add jq mosquitto-clients
|
||||
```
|
||||
|
||||
Now we can process it with `run.sh`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user