added missing file to dockerfile
This commit is contained in:
parent
d2beca6fb2
commit
b8f87d47a5
3 changed files with 5 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ COPY ./mqtt.js /plejd/
|
|||
COPY ./package.json /plejd/
|
||||
COPY ./ble.js /plejd/
|
||||
COPY ./ble.bluez.js /plejd/
|
||||
COPY ./scene.manager.js /plejd/
|
||||
|
||||
ARG BUILD_ARCH
|
||||
|
||||
|
|
@ -67,4 +68,5 @@ LABEL \
|
|||
org.label-schema.schema-version="1.0" \
|
||||
org.label-schema.usage="https://github.com/icanos/hassio-plejd/tree/master/README.md" \
|
||||
org.label-schema.vcs-ref=${BUILD_REF} \
|
||||
org.label-schema.vcs-url="https://github.com/icanos/hassio-plejd"
|
||||
org.label-schema.vcs-url="https://github.com/icanos/hassio-plejd"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue