Skip to content

Commit

Permalink
Update run_local.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 21, 2017
1 parent 87a4eb6 commit b30d708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/hassio/run_local.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down Expand Up @@ -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`:
Expand Down

0 comments on commit b30d708

Please sign in to comment.