diff --git a/plejd/Dockerfile b/plejd/Dockerfile index 66e1006..bc4cff1 100644 --- a/plejd/Dockerfile +++ b/plejd/Dockerfile @@ -12,7 +12,7 @@ COPY ./config.json /plejd/ COPY ./main.js /plejd/ COPY ./mqtt.js /plejd/ COPY ./package.json /plejd/ -COPY ./plejd.js /plejd/ +COPY ./ble.js /plejd/ ARG BUILD_ARCH