openhab: config perms shared between docker / host
This commit is contained in:
parent
a24a3e1694
commit
e880a09ba8
24 changed files with 283 additions and 469 deletions
6
openhab/Dockerfile
Normal file
6
openhab/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM openhab/openhab:4.0.4
|
||||
|
||||
ARG ID=1000
|
||||
|
||||
RUN echo $ID
|
||||
RUN chown $ID -R /openhab/conf
|
Loading…
Add table
Add a link
Reference in a new issue