Commit graph

5 commits

Author SHA1 Message Date
Christian Iversen
426c8d1d1d Avoid --chmod=755 in Dockerfile.
It seems `--chmod` is only support with a docker add-on. This causes home assistant to give this error:

```
Failed to install add-on

the --chmod option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/
to learn how to build images with BuildKit enabled
```

Since we are calling `sh` as the `ENTRYPOINT`, it doesn't need to be +x anyway.
2023-05-25 20:56:26 +02:00
kvanzuijlen
12b2555798 PR comments 2023-05-24 22:55:36 +00:00
kvanzuijlen
56eef1bd6f Made flask_host configurable 2023-05-24 22:19:10 +00:00
kvanzuijlen
c941e07e08 Enabled persistence 2023-05-24 19:12:20 +00:00
kvanzuijlen
f6e5075049 Converted to hassio repository 2023-05-23 17:43:30 +00:00
Renamed from Dockerfile (Browse further)